@import"https://fonts.googleapis.com/css2?family=Special+Elite&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap";#root{position:relative;display:flex;margin:0;padding:0;overflow:hidden;width:100%;height:100vh;align-items:center}video#video-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}div.content-overlay{--blur-value: 2px;width:100%;height:50vh;display:flex;align-items:center;font-family:Special Elite,system-ui,Avenir,Helvetica,Arial,sans-serif;justify-content:center;border:1px solid rgba(255,255,255,.2);background-color:#ffffff80;animation-duration:1s;box-shadow:0 2px 5px #0000001a;backdrop-filter:blur(var(--blur-value));-webkit-backdrop-filter:blur(var(--blur-value));-moz-osx-backdrop-filter:blur(var(--blur-value))}div.content-overlay>h1{background-image:linear-gradient(to right,#000,#00000040);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.fade-in-animation{animation-name:fade-in;animation-duration:3s;animation-direction:normal;animation-fill-mode:forwards;animation-iteration-count:1}@keyframes fade-in{0%{opacity:0}to{opacity:1}}span.footer{position:absolute;bottom:5px;right:5px;font-size:10pt;color:#fff}:root{font-family:Roboto Condensed,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000000de;background-color:#242424;font-synthesis:none;font-optical-sizing:auto;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;padding:0;place-items:center;min-width:320px;min-height:100vh;width:100%;height:100vh}h1{font-size:3.2em;line-height:1.1}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}.head,.foot{animation-timing-function:ease-in-out;animation-delay:0ms;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-play-state:running}.head{animation-name:headAnim}.foot{animation-name:footAnim}.normal{animation-duration:5s}.fast{animation-duration:1s}.crazy{animation-duration:.1s}.speed-buttons{display:flex;gap:8px}@keyframes headAnim{0%{transform:rotate(-25deg)}50%{transform:rotate(25deg)}to{transform:rotate(-25deg)}}@keyframes footAnim{0%{transform:rotate(0)}50%{transform:rotate(50deg)}to{transform:rotate(0)}}
