.container {
  width: 70%;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: 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;
}

h2{
  font-family: 'Indie Flower', cursive;
  color:#EEEEEE;
  font-size: 3rem;
}

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;

}

.diceRollButton{
  color: #EEEEEE;
  background-color: #4ECCA3;
  width: 150px;
  height: 50px;
  font-size: 1.5rem;
  font-family: 'Indie Flower', cursive;
  font-weight: bold;
  border: solid 1px #EEEEEE;
  cursor: pointer;
  border-radius: 4%;
}
