#navbar-container{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:70px;
    background:#0b1020;
    border-bottom:1px solid rgba(255,255,255,.08);
    z-index:9999;
}

.mq-navbar{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 30px;
}

.mq-logo{
    font-size:1.4rem;
    font-weight:900;
    color:#facc15;
}