#header.section.content-wrapper {
    background: transparent;
}

#header.section.content {
    padding: 12px 0px 0px 0px;
    background: transparent;

    color: var(--primaryText);

}

.header.link {
    color: var(--primaryText);
    text-decoration: none;

    transition: var(--primaryInteraction);
}

.header.link:hover {
    color: var(--primaryAccent);
    text-decoration: none;
}

.header.link:active {
    color: var(--primaryAccent);
    text-decoration: none;

    transform: scale(0.97);
}
