html{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:space-between;position:relative}body,#root{display:flex;flex-grow:1}.text{font-family:Spectral,serif;font-weight:200;font-style:normal}a{color:#ff00e0;font-family:IBM Plex Mono,monospace;font-weight:400;font-style:normal;text-decoration:none;font-size:small;text-transform:uppercase}@media only screen and (max-width: 768px){.text{font-size:small}a{font-size:x-small}}@tailwind base;@tailwind components;@tailwind utilities;.app-foreground{position:relative;z-index:1;background-image:radial-gradient(#4AF626 1.5px,transparent 0);background-size:80px 80px;display:flex;justify-items:center;margin:2em}.app-bio{display:flex;flex-direction:column;align-items:start}.contact-me{display:flex;justify-content:end;align-items:end;flex-direction:column}.chau{filter:blur(.5px);border-radius:200px}.chau-banner{display:flex;justify-content:center}.sixtyfour-chau{font-family:Sixtyfour,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"BLED" 0,"SCAN" 0}.glitch{color:#fff;font-size:clamp(2rem,10vw,8rem);font-weight:900;position:relative;white-space:nowrap;margin:0 auto;-webkit-user-select:none;user-select:none;cursor:pointer}.glitch:after,.glitch:before{content:attr(data-text);position:absolute;top:0;color:#4af62680;background-color:#4af62680;overflow:hidden;clip-path:inset(0 0 0 0)}.glitch:not(.enable-on-hover):after{left:10px;text-shadow:var(--after-shadow, -10px 0 red);animation:animate-glitch var(--after-duration, 3s) infinite linear alternate-reverse}.glitch:not(.enable-on-hover):before{left:-10px;text-shadow:var(--before-shadow, 10px 0 cyan);animation:animate-glitch var(--before-duration, 2s) infinite linear alternate-reverse}.glitch.enable-on-hover:after,.glitch.enable-on-hover:before{content:"";opacity:0;animation:none}.glitch.enable-on-hover:hover:after{content:attr(data-text);opacity:1;left:10px;text-shadow:var(--after-shadow, -10px 0 red);animation:animate-glitch var(--after-duration, 3s) infinite linear alternate-reverse}.glitch.enable-on-hover:hover:before{content:attr(data-text);opacity:1;left:-10px;text-shadow:var(--before-shadow, 10px 0 cyan);animation:animate-glitch var(--before-duration, 2s) infinite linear alternate-reverse}@keyframes animate-glitch{0%{clip-path:inset(20% 0 50% 0)}5%{clip-path:inset(10% 0 60% 0)}10%{clip-path:inset(15% 0 55% 0)}15%{clip-path:inset(25% 0 35% 0)}20%{clip-path:inset(30% 0 40% 0)}25%{clip-path:inset(40% 0 20% 0)}30%{clip-path:inset(10% 0 60% 0)}35%{clip-path:inset(15% 0 55% 0)}40%{clip-path:inset(25% 0 35% 0)}45%{clip-path:inset(30% 0 40% 0)}50%{clip-path:inset(20% 0 50% 0)}55%{clip-path:inset(10% 0 60% 0)}60%{clip-path:inset(15% 0 55% 0)}65%{clip-path:inset(25% 0 35% 0)}70%{clip-path:inset(30% 0 40% 0)}75%{clip-path:inset(40% 0 20% 0)}80%{clip-path:inset(20% 0 50% 0)}85%{clip-path:inset(10% 0 60% 0)}90%{clip-path:inset(15% 0 55% 0)}95%{clip-path:inset(25% 0 35% 0)}to{clip-path:inset(30% 0 40% 0)}}
