.container {
  width: 70%;
  margin: auto;
  text-align: center;
  background-color: #143F6B;
}

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

}
.button {
  background-color: #F6F54D;
  color: black;
  border: 2px solid #F55353;
  padding:20px 70px;
  margin: 20px 0;

}

#btn{
  visibility: hidden;
}

.button:hover {
  background-color: #F55353;
  color: #F6F54D;
}

body {
  background-color: #F6F54D;
}

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

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

img {
  width: 80%;
}

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

}
