header {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
}

#nav-menu a {
    color: #A1A1AA;
    font-size: clamp(10px, 1vw, 16px);
    font-weight: 700;
    position: relative;
    top: -1px;
}

#nav-menu a:hover {
    color: white;
}

#nav-menu .menu-point::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #A1A1AA;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header-contact span {
    font-size: clamp(10px, 1vw, 16px);
}

#header-contact small {
    color: #A1A1AA;
    font-size: clamp(8px, 1vw, 13px);
    font-weight: 600;
}