#content {
    font-size: 2.4vw;
    text-align: center;
    position: relative;
    top: 20%;
}

.game-display {
    position: relative;
    border-radius: 7px;
    top: 4vw;
    margin-right: 10vw;
    margin-left: 10vw;
    text-align: left;
    display: inline;
}

.game-image {
    width: 14vw;
    height: auto;
    border-radius: 4vw;
    display: inline-block;
}

.game-text {
    display: inline-block;
}

.game-image:hover {
    width: 15vw;
}
