header{display:flex;height:auto;justify-content:center;position:absolute;top:0;transition:all .25s ease-in-out;width:100%;z-index:9999}header .header__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0;width:100%}header .header__container .header__logo img{height:40px;margin:20px;width:auto}header .header__container .header__buttons a{background:#ff2f89;border-radius:3px;box-shadow:0 3px 6px 0 rgba(0,0,0,.15);color:#fff;font-size:14px;margin:0 20px;padding:12px 24px;text-decoration:none;transition:background-color .25s ease-in-out}header .header__container .header__buttons a:hover{background:#6732ba}@media (max-width:500px){header .header__container .header__buttons a{display:none}}