.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-header {
    text-align: center;
}

.creators-table {
    width: 60%;
}

.character-row.empty {
    opacity: 0.5;
}

.character-row.empty .character-creators {
    font-style: italic;
}

.creator .discriminator::before {
    content: "#";
}

.creator:not(:first-child)::before {
    content: ", ";
}
