@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&family=Play&display=swap);html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{margin:0;box-sizing:border-box;font-size:100%}button{cursor:pointer}a{text-decoration:none!important}li{list-style:none}::selection{background-color:#000;color:#00bfe7}:root{--blue:#00bfe7;--rgba-gray:#2d2d5a;--muted-gray:#adadad;--dark-gray:#757576;--bg-box:#100028}.container{max-width:1200px;margin:0 auto}.slideInDown{animation-name:slideInDown;animation-duration:1s;animation-fill-mode:both}@keyframes slideInDown{0%{max-height:0}to{max-height:240px}}.slideOutUp{animation-name:slideOutUp;animation-duration:1s;animation-fill-mode:both}@keyframes slideOutUp{0%{max-height:240px}to{max-height:0}}@keyframes scroll-header-show{0%{top:-50px}to{top:0}}.showHeader{animation-name:scroll-header-show;animation-fill-mode:both}.fadeIn,.showHeader{animation-duration:1s}.fadeIn{animation-name:fadeIn;animation-fill-mode:both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeOut{animation-name:fadeOut;animation-duration:1s;animation-fill-mode:both}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}
/*# sourceMappingURL=main.9a2b6a2a.chunk.css.map */