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

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

}

body {
  background-color: #FF8C52;
}

h1 {
  margin: 24px;
  font-family: 'Lobster', cursive;
  text-shadow: 3.5px -0.8px 3.5px #000000;
  font-size: 4rem;
  color: #8C52FF;
}

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

img {
  width: 70%;
}

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

}

.copy {
  font-size: 1rem;
}
