body {
  background-color: #393e46;
}

.container {
  text-align: center;
}

h1 {
  font-family: "Lobster", sans-serif;
  font-weight: 700;
  color: #4ecca3;
  font-size: 8rem;
  text-shadow: 5px 0 #232931;
}

.dice-container {
  display: flex;
  gap: 4rem;
  text-align: center;
  justify-content: center;
}

.dice-container .dice p {
  font-family: "Indie Flower", cursive;
  font-weight: 400;
  color: #4ecca3;
  font-size: 2rem;
}

footer {
  color: white;
  font-size: 1rem;
  font-family: "Indie Flower", cursive;
  margin-block: 50px;
}
