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

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

.reroll {
  cursor: pointer;
}

body {
  background-color: #393e46;
}

h1 {
  margin: 30px;
  font-family: "Lobster", cursive;
  text-shadow: 4px 0 #232931;
  font-size: 5rem;
  color: rgb(241, 66, 66);
}

p {
  font-size: 2rem;
  color: rgb(241, 66, 66);
  font-family: "Indie Flower", cursive;
}

img {
  width: 80%;
}

footer {
  font-size: 2rem;
  margin-top: 5%;
  color: #eeeeee;
  text-align: center;
  font-family: "Indie Flower", cursive;
}
