@import "/tailwind.css";:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255;--grey-rgb:55,55,55;--purple-decorative-line:#CC0FF1}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0;--grey-rgb:55,55,55}}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.ejtitle span{font-family:Roboto}.footer-container{display:flex;justify-content:center}.underline-animation{position:relative;overflow:hidden;display:inline-block}.underline-animation:before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#c8c8c8;transition:width .5s ease}.underline-animation:hover:before{width:100%}.underline-animation-black{position:relative;overflow:hidden;display:inline-block}.underline-animation-black:before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#010101;transition:width .5s ease}.underline-animation-black:hover:before{width:100%}@keyframes fall{0%{transform:translateY(-100%);opacity:.2}to{transform:translateY(50vh);opacity:0}}.snowflake{pointer-events:none;position:absolute;top:0;left:0;height:2rem;opacity:.5}@media (min-width:768px){.snowflake{height:6rem}}.snowflake{animation:fall linear infinite}.fade-out{opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:1s;transition-timing-function:cubic-bezier(0,0,.2,1)}