.games.index {
    background-color: inherit;
}
.games.index > .content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-x-large);
}
