@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);:root{--dark:#001B00;--light:#00FF66;--text-height:25px;--text-height-minus-1:23px;--type-erase-time:5s;--text-hide-time:10s;--cursor-scale:scale(1.5);--cursor-margin-left:17px;--cursor-bottom:4.5px;--min-width:360px;@media only screen and (min-width:675px){--text-height:35px;--text-height-minus-1:33px;--cursor-scale:scale(1.5);--cursor-margin-left:20px;--cursor-bottom:6.5px;--min-width:500px}}#title-wrap{position:relative;display:flex;justify-content:center;font-family:'Press Start 2P',cursive;color:#fff;font-size:var(--text-height);line-height:var(--text-height);font-variant-ligatures:none;letter-spacing:0;font-feature-settings:"liga" 0,"kern" 0;-webkit-font-smoothing:none;-moz-osx-font-smoothing:grayscale;text-align:left;letter-spacing:0;min-width:var(--min-width)}#title-wrap span{overflow:hidden;display:inline-block}.rgb-text{animation:rgb-text 3s steps(9) infinite alternate}#greaterthan{margin-right:5px}#prefix{margin-right:0}#typing_text_1,#typing_text_2{width:0;max-width:fit-content;max-height:var(--text-height-minus-1);word-break:break-all;animation:typing-erase var(--type-erase-time) linear infinite,slide-text var(--text-hide-time) steps(1,end) infinite,rgb-text 3s steps(9) infinite alternate}#typing_text_2{animation-delay:var(--type-erase-time)}#cursor{margin-left:var(--cursor-margin-left);position:relative;bottom:var(--cursor-bottom);transform:var(--cursor-scale)}@keyframes rgb-text{0%{text-shadow:1px 0 1px red,-1px 1px 1px lime,0 0 cyan}25%{text-shadow:0 -1px 1px red,1px 1px 1px lime,-1px 0 1px cyan}50%{text-shadow:-1px 0 1px red,1px -1px 1px lime,1px 0 1px cyan}75%{text-shadow:0 1px 1px red,-1px -1px 1px lime,0 0 cyan}100%{text-shadow:1px 0 1px red,0 0 lime,-1px 1px 1px cyan}}@keyframes typing-erase{0%{width:0}25%{width:100%}50%{width:100%}75%{width:0}100%{width:0}}@keyframes slide-text{0%,50%{transform:translateY(0)}50%,100%{transform:translateY(var(--text-height));width:0}}@keyframes cursor_blink{0%{opacity:0}50%{opacity:1}}