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

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

body {
  background-color: #ebefd0;
}

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

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

img {
  width: 80%;
}

.button {
  text-align: center;
  margin-top: 10px;
  font-family: 'Lobster', cursive;
  font-size: 2rem;
  border-radius: 10%;
}

.fa-trophy{
  color: red;
}

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