* {
    box-sizing: border-box;
}

html {
    background-color: black;
}

#gameArea {
    background-color: rgb(0, 72, 82);
}