.main_title{font-size:22px;letter-spacing:2px}.main_title,.sub_title{text-align:center;font-family:monospace}.sub_title{font-size:32px;letter-spacing:5px}.rainbow{background:linear-gradient(90deg,#6666ff,#0099ff,#00ff00,#ff3399,#6666ff);-webkit-background-clip:text;background-clip:text;color:transparent;animation:rainbow_animation 6s ease-in-out infinite;background-size:400% 100%}@keyframes rainbow_animation{0%,to{background-position:0 0}50%{background-position:100% 0}}.wavy span{display:inline-block;animation:wavy 2s ease-in-out infinite}.wavy span:first-child{animation-delay:0s}.wavy span:nth-child(2){animation-delay:.2s}.wavy span:nth-child(3){animation-delay:.4s}.wavy span:nth-child(4){animation-delay:.6s}@keyframes wavy{0%,to{transform:translateY(-5px)}50%{transform:translateY(5px)}}.lights{animation:lights 5s linear .75s infinite}@keyframes lights{0%{color:hsl(230,40%,80%);text-shadow:0 0 1em hsla(320,100%,50%,.2),0 0 .125em hsla(320,100%,60%,.3),-1em -.125em .5em hsla(40,100%,60%,0),1em .125em .5em hsla(200,100%,60%,0)}30%{color:hsl(230,80%,90%);text-shadow:0 0 1em hsla(320,100%,50%,.5),0 0 .125em hsla(320,100%,60%,.5),-.5em -.125em .25em hsla(40,100%,60%,.2),.5em .125em .25em hsla(200,100%,60%,.4)}40%{color:hsl(230,100%,95%);text-shadow:0 0 1em hsla(320,100%,50%,.5),0 0 .125em hsla(320,100%,90%,.5),-.25em -.125em .125em hsla(40,100%,60%,.2),.25em .125em .125em hsla(200,100%,60%,.4)}70%{color:hsl(230,80%,90%);text-shadow:0 0 1em hsla(320,100%,50%,.5),0 0 .125em hsla(320,100%,60%,.5),.5em -.125em .25em hsla(40,100%,60%,.2),-.5em .125em .25em hsla(200,100%,60%,.4)}to{color:hsl(230,40%,80%);text-shadow:0 0 1em hsla(320,100%,50%,.2),0 0 .125em hsla(320,100%,60%,.3),1em -.125em .5em hsla(40,100%,60%,0),-1em .125em .5em hsla(200,100%,60%,0)}}.typewriter{overflow:hidden;border-right:.15em solid orange;white-space:nowrap;letter-spacing:.15em;animation:typing 3.5s steps(100),blink-caret .75s step-end infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:orange}}.interaction{position:absolute;cursor:pointer;mask:linear-gradient(90deg,white,transparent);border-top-left-radius:5% 30%;filter:brightness(1) contrast(1);transition:filter .2s}.interaction:focus,.interaction:hover{transition:filter .2s;filter:brightness(.85) contrast(1.5)}