body {
    background-color: #393E46;
}  

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

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

h4 {
    color: #4ECCA3;
    font-family: 'Indie Flower', cursive;
}

.dice-image {
    width: 100px;
    height: 100px; 
    margin-right: 5px;
}

.dice-image-history {
    width: 50px;
    height: 50px; 
    margin-right: 5px;
}

.hidden-button {
    visibility: hidden;
  }