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

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

body {
  background-color: white;
}

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

p {
  font-size: 2rem;
  color: black;
  font-family: "Indie Flower", cursive;
}

img {
  width: 30%;
  height: 30%;
  margin: 2rem;
  align-items: center;
}

footer {
  margin-top: 5%;
  color: black;
  text-align: center;
  font-family: "Indie Flower", cursive;
}
button {
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: black;
  color: white;
  cursor: pointer;
}
button:hover {
  background-color: #232931;
  color: white;
}
