body {
    background-color: #333333;
    font-family: 'Fredoka One', cursive;
    letter-spacing: 5px;
    color: whitesmoke;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    margin: 0;
}



#game {
    border: 4px solid #2b2b2b ;
    border-radius: 2px;
}


