*{
    margin: 0px;
    padding:0px;
}

body{
    text-align: center;
    background-color: #0D1821;
}
h1{
    color: #8D7A9A;
    margin-top: 2rem;
}
.game{
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#console{
    height:60vmin;
    width:60vmin;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5vmin;
    
}

.box{
    height: 18vmin;
    width: 18vmin;
    border: none;
    background-color: #616280;
    border-radius: 5rem;
    box-shadow: 0 0 1rem #000000;
    font-size: 8vmin;
    color: #F0F4EF;
}

#reset{
    padding: 0.7rem;
    border: none;
    border-radius: 1rem;
    background-color: #344966;
    box-shadow: 0 0 1rem #000000;
    font-size: 1.25rem ;
    color: #E6AACE;
}

.none{
    display: none;
}


p{
    font-size: 7rem;
    margin-top: 5rem;
    color: #E6AACE;
}

#new-game{
    margin-top: 3rem;
    padding: 0.7rem;
    border: none;
    border-radius: 2rem;
    background-color: #344966;
    box-shadow: 0 0 1rem #000000;
    font-size: 1.25rem ;
    color: #E6AACE;
}