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

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

}

body {
  background-color: #210F37
}

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

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

img {
  width: 80%;
}

.buttonClick {
  text-align: center;
  font-size: 2rem;
  color: #DCA06D;
  background-color: red;
  color: white;
   font-family: 'Indie Flower';

}

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

}
