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

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

}

body {
  background-color: #393E46;
  
}


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

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

img {
  width: 80%;
}

button {
  margin:3%;
  border: solid 2px red;
  font-size: 2rem;
}

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

} 

a{
  color: white;
}

a:hover {
  color: gray;
}

@media (max-width : 700px) {
  img {
    width: 40%;
  }
}