main section#game-list ul {
    list-style-type: none;
}

main section#game-list ul li {
    width: 70vw;
    margin: auto;
    margin-bottom: 2vh;
}

main section#game-list ul a {
    display: block;
    text-decoration: none;
    color: inherit;
    border: .5vh solid;
    border-radius: 30px;
    overflow: clip;
}

main section#game-list ul a:hover {
    border: 0.7vh solid;
}

main section#game-list ul a section.game-grid {
    min-height: 30vh;
    display: grid;
    grid-template-areas: 'img section';
    grid-template-columns: 40% auto;
}

main section#game-list ul a section.game-grid img {
    width: 100%;
    height:100%;
    object-position: center;
    object-fit: cover;
    border-style: none solid none none;
}

main section#game-list ul a section.game-grid section p {
    float: left;
    margin-left: 1em;
}
