.container {
  width: 70%;
  margin: auto;
  text-align: center;
}


.dice {
  text-align: center;
  display: inline-block;

}

body {
  background-color: #393E46;
}

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

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


.btn button{
  font-size: 25px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  color: #4ECCA3;
  background-color: #9c060c;
  border: none;
}


img {
  width: 80%;
}

footer {
  margin-top: 5%;
  color: #EEEEEE;
  text-align: center;
  font-family: 'Indie Flower', cursive;

}

footer a{
  color: #4ECCA3;
  text-decoration: none;
}
