@import url(https://fonts.googleapis.com/css?family=VT323);body{font-family:VT323,monospace;background-color:#35353b;color:#c1c1c1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0;margin:0}.home{min-height:100vh;margin:0;padding:0;max-width:100vw;overflow:hidden}.home,hgroup{display:flex;flex-direction:column;justify-content:center}hgroup{text-align:center;min-height:75vh}hgroup h1{font-size:3.5em;font-weight:100;line-height:.8em;margin:0}hgroup h1 span{color:lime}hgroup h3{font-size:1.5em;font-weight:100;margin:0}footer{text-align:center;line-height:20px;min-height:25vh;font-size:1.1em}footer img{width:15px}footer a{text-decoration:none;color:#c1c1c1;border-bottom:1px dotted lime}.blink{-webkit-animation-name:blinker;animation-name:blinker;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:cubic-bezier(1,0,0,1);animation-timing-function:cubic-bezier(1,0,0,1);-webkit-animation-duration:1s;animation-duration:1s}@-webkit-keyframes blinker{0%{opacity:1}to{opacity:0}}@keyframes blinker{0%{opacity:1}to{opacity:0}}