@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");html{box-sizing:border-box}body,html{min-height:100vh;overscroll-behavior:none}body{margin:0;padding:0;background-color:#000;overflow-x:hidden}*,:after,:before{box-sizing:inherit}#root,body,html{height:100%}a{text-decoration:none;color:inherit}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.vibrate-animation{animation:shake .82s cubic-bezier(.36,.07,.19,.97) both}