.header__nav {
    align-items: center;
    display: flex;
    height: 100%;
}

.header__nav--button {
    align-items: center;
    background: none;
    border: none;
    color: var(--primary-text);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: .75rem;
    font-size: 400;
    height: auto;
    justify-content: center;
    width: 5rem;
}

.header__nav--button:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.header__nav span {
    margin-top: 0.25rem;
}