:root{--main-color: #00a091;--btn-color: #f58220;--light: #ffffff;--dark: #1a1a1a}*{padding:0;margin:0;box-sizing:border-box;font-family:myfont,sans-serif;font-weight:700}body{background:#00a091;background-size:400% 400%;animation:gradientBG 20s ease infinite}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@font-face{font-family:myfont;src:url(/assets/fonts/knight);font-weight:400;font-style:normal}.start-image{position:fixed;bottom:-100px;right:10px;width:200px;height:auto;z-index:0}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}*::-webkit-scrollbar-thumb{background:#f58220;border-radius:10px}*::-webkit-scrollbar-thumb:hover{background:#f58220}
