nav{min-height:60px;position:fixed;min-width:60px;padding:0 20px;align-items:center;justify-content:space-between;left:0;right:0;top:0;flex-direction:row!important;z-index:1}.nav__logo img{height:15px}.nav__links{flex-direction:row!important;align-items:center;font-size:15px;justify-content:center}.center__menu{font-weight:600;text-transform:uppercase;padding:0 10px;white-space:nowrap}.right__menu{font-weight:600;margin-right:10px;text-transform:uppercase}.home__ground{width:100vw;height:100vh;display:flex;justify-content:space-between;flex-direction:column}.button__group{justify-content:center;align-items:center}.down__arrow{height:40px;animation:animateDown infinite 1.5s}*{font-family:Rubik,sans-serif;margin:0%;padding:0%;color:#393c41;box-sizing:border-box}body{width:100%;overflow-x:hidden}a{text-decoration:none}@keyframes animateDown{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(5px)}60%{transform:translateY(3px)}}
