<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shape{position:absolute;border-radius:50%;animation:moveShape 8s linear infinite;opacity:0;transition:opacity 4s ease-in-out}.shape.static{animation:none}.shape.show{opacity:.25}@keyframes moveShape{0%{transform:rotate(0deg) translate(0)}to{transform:rotate(-100deg) translate(-1200px,400px)}}.gradient{background:linear-gradient(#37f4fb,#00d1e0);position:absolute;top:0;bottom:0;left:0;right:0;z-index:10;overflow:hidden}.gradient&gt;*{filter:blur(35px)}.header-outside{box-shadow:10px 0 20px grey;margin-top:2.5rem}@media (max-width:1280px){.header-outside{margin-top:0}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.bounce{animation:bounce .5s ease-in-out}::-webkit-scrollbar{width:14px;height:14px}::-webkit-scrollbar-track{background-color:hsla(0,0%,96%,0);border-radius:10px}::-webkit-scrollbar-thumb{background-clip:content-box;border:4px solid transparent;background-color:hsla(0,0%,53%,0);border-radius:8px;z-index:150}.flex.flex-row.overflow-x-auto.gap-8.p-3:hover::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,65%,.8)}</pre></body></html>