#gamebutton {
    height: 100%;
    padding-bottom: 33.33%;
    width: 100%;
    font-size: 40px;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

@media (max-width: 1600px) {
    #gamebutton {
        font-size: 24px;
        font-weight: bolder;

    }
}

.gamesection {
    padding-top: 40px;
    padding-bottom: 40px;
}

td {
    padding: 0;
    width: 33%;
    height: 33%;
}

.winner {
    height: 100%;
    width: 100%;
    font-size: 16vmin;
    font-weight: bolder;
    color: yellow
}