/* ======== header ======== */
.header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

.header-container {
    display: flex;
    align-items: center;
    height: 100%;
    margin-top: 1rem;
}

.header-container a {
    margin-right: 2rem !important;
}