.container {
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}

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

button {
  margin: auto;
  text-align: center;
  display: flex;
  font-family: 'Indie Flower', cursive;
  background-color: #4ECCA3;
  padding: 12px 50px;
  border-radius: 100px;
  border-color: transparent;
}


body {
  background-color: #393E46;
}

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

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

img {
  width: 80%;
}
