html{background-color:#000;height:100%;overflow:hidden}body{height:100%;margin:0;padding:0;font-family:Play,sans-serif}#splash-text{-webkit-animation:glow 1s ease-in-out infinite alternate;-moz-animation:glow 1s ease-in-out infinite alternate;animation:glow 1s ease-in-out infinite alternate}.splash-link{filter:drop-shadow(0 0 .05vw rgba(255,255,255,.8))}@keyframes glow{0%{filter:drop-shadow(0 0 .1vw rgba(255,255,255,.8))}to{filter:drop-shadow(0 0 .3vw rgba(0,255,0,.8))}}
