.page__header {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.header__content {
    background: linear-gradient(90deg, var(--color-primary), var(--color-complementary));
    border-radius: 0 0 1rem 1rem;
    height: 100%;
    padding: 0 1rem;
}

.header-link {
    color: white;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.25s;
}

.header-link:hover, .header-link.active {
    box-shadow: inset 0 -2px 0 0 white;
}

.fa-caret-left, .fa-users-gear {
    color: white;
}
