* {
    margin: 0%;
    padding: 0%;
}

#game {
    position: relative;
    display: flex;
    align-items: center; 
    justify-content: center;
}