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

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

}

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%;
}

footer {
  margin-top: 5%;
  color: #EEEEEE;
  text-align: center;
  font-family: 'Indie Flower', cursive;
}
.btn{
  width: 10%;
  border-radius: 8px;
  font-size:20px;
  height:45px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  background-color: #4ECCA3;
  color: #232931;
}
.container2{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.btn:hover {
  background-color: #EEEEEE;
  color: #232931;
}

