body{background-color:#222;color:#86ffb6;margin:0;font-family:'Fira Code',monospace}h1{font-size:70pt;font-size:6vw}.content{display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;position:absolute;width:100%;height:100%}svg.logo{max-height:50vh;width:auto}path.server-led{animation:blinker .3s linear infinite}path.server-led.top{animation-delay:.1s}path.server-led.middle{animation-delay:.2s}path.server-led.bottom{animation-delay:.15s}@keyframes blinker{50%{opacity:0}}.footer{position:fixed;left:0;bottom:0;width:100%;text-align:center;color:#666;font-weight:600;margin:10px;word-break:break-all}.footer .hosted-by{font-size:10pt}.footer a{color:#666}a:hover{color:#86ffb6}