.gamelist .list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.gamelist .list > a {
    margin-top: 50px;
    display: block;
}

.gamelist .list > a > img {
    width: 100%;
    max-width: 1024px;
    border-radius: 10px;
    box-shadow: 10px 10px 5px gray;
}

.gamelist .manual {
    text-align: right;
    position: relative;
    top: -80px;
    left: -20px;
}

.gamelist .manual > a {
    color: white;
    font-size: 1.4em;
    text-decoration: none;
}

.gamelist .manual > a > img {
    width: 10%;
}