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

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

}

body {
  background-color: #393E46;
}

h1 {
  margin: 30px;
  font-family: 'blanka regular';
  text-shadow: 5px 0 #232931;
  font-size: 8rem;
  color: #6285cc;
}

p {
  font-size: 2rem;
  color: #6285cc;
  font-family: 'Lobster', cursive;
}

img {
  width: 70%;
}

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

}
.click {
  height: 50px;
  width: 100px;
  position:relative;
  top: 30px;
  font-size: 40px;
  color: #f9f9fb;
  font-family: 'Lobster', cursive;
  border-radius: 10px;
  background-color: #6285cc;
}