@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");body,html{max-width:100vw;overflow-x:hidden;background-color:#313336;scroll-behavior:smooth}*{box-sizing:border-box;padding:0;margin:0;color:aliceblue;font-family:Roboto,Lexend,sans-serif;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .3s ease}a,a:not(:hover){text-decoration:none!important}::-webkit-scrollbar{display:none}.selectable{-webkit-user-select:text!important;-moz-user-select:text!important;user-select:text!important}.loader{position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;z-index:999;background-color:rgb(0,0,0)}.dot{width:20px;height:20px;background-color:aliceblue;border-radius:50%;margin:0 8px;animation:bounce 1.4s ease-in-out infinite both}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.background_animation{position:fixed;overflow:hidden;top:50%;left:50%;transform:translate(-50%,-50%) rotate(0deg);background:radial-gradient(circle at 30% 20%,rgba(249,61,36,.2),transparent 25%),radial-gradient(circle at 70% 80%,rgba(249,61,36,.2),transparent 25%),radial-gradient(circle at 50% 50%,rgb(53,23,162,.14),transparent 25%);z-index:100;width:200vw;height:200vw;animation:moveGradient 60s linear infinite}