main {
    display: flex;
}

.game {
    flex: 1;
}

body {
    background-color: #fff;
    background-image: none;
}