@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Trade+Winds&display=swap");@import url("https://fonts.googleapis.com/css2?family=Protest+Strike&family=Trade+Winds&display=swap");:root{--ac:#67eeee}.bodyClass{background:radial-gradient(circle,#1b1b1b,#070707);font-family:Fredoka,sans-serif;color:#fff;scrollbar-width:thin;scrollbar-color:#67eeee #202020;scroll-behavior:smooth}::-webkit-scrollbar{width:12px;background-color:#202020}::-webkit-scrollbar-thumb{background-color:#67eeee;border-radius:10px}.h1{font-family:Trade Winds,system-ui;color:var(--ac)!important}Button{background-color:var(--ac)!important;color:#000!important;border:none!important;border-radius:5px;padding:10px 20px;font-size:16px;cursor:pointer;transition:all .3s ease;text-align:center;font-family:Source Code Pro,monospace;font-weight:700!important}Button:hover{color:#fff;background-color:#eee!important;filter:blur(2px)}Button:active{background-color:#67eeee;color:#fff;transform:scale(.95)}