.top-menu {
    background: linear-gradient(90deg, #23232a 70%, #2d1a3a 100%);
    padding: 0.5em 1em;
}

.top-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1em;
    justify-content: center;
    font-size: 1.14rem;
}

.top-menu a {
    color: #fefdf0;
    text-decoration: none;
    font-weight: bold;
}

.top-menu a:hover {
    text-decoration: underline;
}

main section {
    display: block;
}

.top-menu a.active {
    text-decoration: underline;
}
