@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");*{font-family:DM Sans;scroll-behavior:smooth;box-sizing:border-box}::-moz-selection{background-color:#27ae60}::selection{background-color:#27ae60}body{background-color:#171717}.btn{position:fixed;bottom:25px;right:25px;width:50px;height:50px;background-color:#2121;text-decoration:none;border-radius:50%;box-shadow:2px 4px 15px 0 #000}.btn,.btn:after{display:flex;justify-content:center;align-items:center}.btn:after{content:"▲";font-size:20px;font-weight:700;color:#27ae60;transition:margin-top .25s}.btn:hover:after{margin-top:-8px}h1,h2,h3,h4,h5,h6,img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}img{-webkit-user-drag:none}ul{margin:0;list-style:none}li,ul{list-style-type:none}li{list-style:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#27ae60;border-radius:50px}