#button-row{
  display: flex;
  justify-content: center;
}
button{
  width: 200px;
  height: 50px;
  margin: 100px;
  background-color: #4ECCA3;
  border: none;
  border-radius: 15px;
  box-shadow: 0 0 20px  #232931;
  font-weight: bold;
  font-size: 16pt;
  cursor: pointer;
}

.container {
  width: 70%;
  margin: auto;
  text-align: 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;
  text-align: center;
}

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;

}
.pressed{
  background-color: #EEEEEE;
  box-shadow:0 0 20px  whitesmoke;
}
.set-dice{
  box-shadow: 0 0 20px white;
  border-radius: 15px;
}