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

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

}

body {
  background-color: #301B3F;
}

h1 {
  margin: 30px;
  font-family: 'Acme', sans-serif;
  text-shadow: 5px 0 #52734D;
  font-size: 8rem;
  color: #DDFFBC;
}

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

img {
  width: 80%;
}

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

}

.btn {
  cursor: pointer;
  margin-top: 20px;
  background: #3498db;
  border: none;
  background-image: -webkit-linear-gradient(top,  #090057, #A20A0A);
  background-image: -moz-linear-gradient(top,  #090057, #A20A0A);
  background-image: -ms-linear-gradient(top,  #090057, #A20A0A);
  background-image: -o-linear-gradient(top,  #090057, #A20A0A);
  background-image: linear-gradient(to bottom,  #090057, #A20A0A);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: 'Acme', sans-serif;;
  color: #bfcba8;
  font-size: 25px;
  padding: 10px 50px 10px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #BB3B0E, #090057);
  background-image: -moz-linear-gradient(top, #BB3B0E, #090057);
  background-image: -ms-linear-gradient(top, #BB3B0E, #090057);
  background-image: -o-linear-gradient(top, #BB3B0E, #090057);
  background-image: linear-gradient(to bottom, #BB3B0E, #090057);
  text-decoration: none;
}
