.characters.index {
    background-color: inherit;
}
.characters.index > .content {
    gap: var(--spacing-medium);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}