header {
    display: block
}

.site-header {
    width: 100%;
    flex-direction: column;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    background-color: rgb(4 7 24);

    z-index: 20;
    position: fixed;
    top: 0px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.54);
    backdrop-filter: blur(7px);
}

.site-header-inner {
    
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-links {
    display: inline-flex
}

.header-links li {
    display: inline-flex
}

.header-links a:not(.button) {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    font-weight: 600;
    color: #8A94A7;
    text-transform: uppercase;
    line-height: 16px;
    padding: 8px 24px
}