body {
    height: 100vh;
    overflow: hidden;
}

main {
    display: flex;
}

.game {
    flex: 1;
}