body{
    background-color: #393E46;
    text-align: center;
}

h1{
    font-size: 8rem;
    text-align: center;
    font-family: 'Lobster', cursive;
    color: #00ffbd;
    margin: 30px 0 30px 0;
}

/* .Dic{
    height: 20px;
    width: 20px;
    background-color: 10px solid white;
} */

.Dices{
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 0 25% 0 25%;
    justify-content: space-evenly;
}

.Players h3{
    color: #4ECCA3;
    font-family: 'Indie Flower', cursive;
    font-size: 2rem;
}

footer{
    margin-top: 5%;
    font-family: 'Indie Flower', cursive;
    color: white;
}