.container {
  width: 70%;
  margin: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.dice {
  text-align: center;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
}

body {
  background-color: #1C352D;
}

h1 {
  display: block;
  margin: 30px;
  font-family: 'Lobster', cursive;
  text-shadow: 5px 0 #232931;
  font-size: 8rem;
  color: #F5C9B0;
}
.btn {
  font-size: 2rem;
  padding: 10px 20px;
  margin: 30px;
  background-color: #F5C9B0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: 'Indie Flower', cursive;
  box-shadow: 3px 3px #232931;
}

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

img {
  width: 80%;
}

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

}
