body {
    background-color: rgb(245, 222, 195);
    min-height: 100vh;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
    text-align:center;
    max-width: 100vw;
}

footer {
    min-height: 50px;
    margin: auto;
}

header {
    min-height: 50px;
    margin: auto;

}

#game {
    width: 44%; height: 50vh;
    margin: 0px;
}