body {
  background-color: #393E46;
  text-align: center;
}

.dice-container {
  width: 70%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}


.dice p {
  font-size: 2rem;
  color: #4ECCA3;
  font-family: 'Indie Flower', cursive;
}

.dice img {
  width: 60%;
}


button {
  margin: 30px;
  font-family: 'Lobster', cursive;
  text-shadow: 5px 0 #232931;
  font-size: 8rem;
  color: #4ECCA3;
}

footer {
  margin-top: 5%;
  text-align: center;  
}

footer a {
text-decoration: none;
color: #EEEEEE;
font-family: 'Indie Flower', cursive;
}



