.header{color:#000;height:90px;width:100%;position:sticky;top:0;border-bottom:1px solid rgb(0,0,0,.2);z-index:10000000;transition:all .2s ease-in-out;background:#fff;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 40px;h1{margin:0 auto}}@media (max-width:1000px){.header{padding:12px}}@media (max-width:540px){.header{justify-content:center}.logo{display:none}.auth-button{margin-left:0}}