.game-logo {
    margin: 2rem 0 0;
}

.game-logo h1 {
    margin: 0;
}

.game-logo img {
    max-height: 14rem;
}

.summary {
    max-width: 40rem;
    font: clamp(1.1rem, 3vw, 1.8rem) "WinkySans";
    margin-top: clamp(1rem, 5vw, 3rem);
}

.screenshots {
    max-width: 64rem;
    display: grid;
    gap: clamp(1rem, 3vw, 2rem);
    grid-template-columns: repeat(auto-fit, minmax(min(22rem, 100%), 1fr));
    grid-auto-rows: 1fr;
    margin-top: clamp(1rem, 5vw, 3rem);
}

.screenshots img {
    box-shadow: 0 0 0.4rem 0.2rem #9209;
}

.wishlist {
    margin-top: clamp(3rem, 8vw, 6rem);
}

.wishlist a {
    align-items: center;
    color: inherit;
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    text-align: center;
}

.wishlist p {
    font: clamp(1.2rem, 3vw, 2.5rem) "WinkySans";
    font-weight: bold;
    line-height: 1;
}

.wishlist img {
    height: 9rem;
    opacity: 0.8;
}

.social-links {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    margin-top: clamp(3rem, 8vw, 6rem);
}

.social-links img {
    height: 3.5rem;
    opacity: 0.8;
}
