@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500&display=swap);magenta.title_container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:40px 10px;font-family:Orbitron,sans-serif}.main_title{margin-bottom:20px}.glitch{animation:glitch-skew 4s cubic-bezier(.25,.46,.45,.94) 4s infinite;font-family:Orbitron,sans-serif;letter-spacing:3px;font-size:3rem;font-weight:900;line-height:1;position:relative;text-align:center;text-transform:uppercase;transform-origin:center top}.subtitle .glitch{font-size:2rem}#subtitle{animation:glitch-skew 4s cubic-bezier(.25,.46,.45,.94) 4s infinite;font-size:2rem;font-weight:900;line-height:1;position:relative;text-align:center;text-transform:uppercase;transform-origin:center top}.main{color:#de6ce0}.color{height:100%;left:0;opacity:.8;position:absolute;top:0;transform-origin:center center;width:100%;z-index:-1}.magenta{animation:glitch 450ms cubic-bezier(.25,.46,.45,.94) infinite;color:#f0f}.blue{animation:glitch 450ms cubic-bezier(.25,.46,.45,.94) infinite reverse;color:#0e2798}.ciano{animation:glitch 450ms cubic-bezier(.25,.46,.45,.94) .5s infinite;color:#0ff}.line{animation:glitch-line 2s linear infinite;background:#000;content:"";height:1px;left:0;position:absolute;top:0;width:100%;z-index:1}.first{animation:glitch-line 3s linear infinite}.second{animation:glitch-line 2s linear 2s infinite}@keyframes glitch{0%{transform:translate(0)}20%{transform:translate(-8px,8px)}40%{transform:translate(-8px,-8px)}60%{transform:translate(8px,8px)}80%{transform:translate(8px,-8px)}100%{transform:translate(0)}}@keyframes glitch-skew{0%{transform:skew(0deg,0deg)}48%{transform:skew(0deg,0deg);filter:blur(0)}50%{transform:skew(-20deg,0deg);filter:blur(4px)}52%{transform:skew(20deg,0deg)}54%{transform:skew(0deg,0deg);filter:blur(0)}100%{transform:skew(0deg,0deg)}}@keyframes glitch-line{0%{top:0}100%{top:100%}}@media screen and (max-width:900px){.main_title .glitch{font-size:1.5rem}#subtitle,.subtitle .glitch{font-size:1rem}}
