.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 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.bot {
  width: 15%;
  padding: 8px;
  font-size: 1.5rem;
  font-family: cursive;
  border: 1px black solid;
  outline: none;
  border-radius: 5px;
  background-color: #4ECCA3;
  box-shadow: 0 0 3px 3px #252525;
  transition: 0.2s;
}
.bot:hover{
  color: #33363b;
}