@import "https://fonts.googleapis.com/css?family=Inconsolata";.terminal-theme{position:relative;min-height:100vh;width:100%;box-sizing:border-box;background-color:#000000;background-image:radial-gradient(#11581E,#041607),url(https://media.giphy.com/media/oEI9uBYSzLpBK/giphy.gif);background-repeat:no-repeat;background-size:cover;font-family:Inconsolata,Helvetica,sans-serif;font-size:1.5rem;color:rgba(128,255,128,.8);text-shadow:0 0 1ex rgba(51,255,51,1),0 0 2px rgba(255,255,255,.8)}.terminal-theme .noise{background-image:url(https://media.giphy.com/media/oEI9uBYSzLpBK/giphy.gif);background-repeat:no-repeat;background-size:cover;z-index:0;opacity:.02}.terminal-theme .noise,.terminal-theme .overlay{pointer-events:none;position:absolute;width:100%;height:100%;top:0;left:0}.terminal-theme .overlay{background:repeating-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.3) 50%,rgba(0,0,0,0));background-size:auto 4px;z-index:1}.terminal-theme .overlay:before{content:"";pointer-events:none;position:absolute;display:block;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-image:linear-gradient(0deg,transparent,rgba(32,128,32,.2) 2%,rgba(32,128,32,.8) 3%,rgba(32,128,32,.2) 0,transparent);background-repeat:no-repeat;animation:terminal-scan 7.5s linear 0s infinite}@keyframes terminal-scan{0%{background-position:0 -100vh}35%,to{background-position:0 100vh}}.terminal-theme .terminal{box-sizing:border-box;position:relative;z-index:2;min-height:100vh;width:100%;padding:2rem;text-transform:uppercase;word-wrap:break-word;font-size:1.2rem}.terminal-theme .terminal h1{font-size:2rem;margin-bottom:2rem}.terminal-theme .terminal .output{margin:1.5rem 0;line-height:1.4}@media (max-width:768px){.terminal-theme{font-size:1rem}.terminal-theme .terminal{padding:1.5rem;font-size:1.4rem}.terminal-theme .terminal h1{font-size:1.8rem;margin-bottom:1.5rem}.terminal-theme .terminal a{padding:.5rem;margin:-.5rem}}@media (max-width:380px){.terminal-theme .terminal{font-size:1.2rem}}.terminal-theme .output{color:rgba(128,255,128,.8);text-shadow:0 0 1px rgba(51,255,51,.4),0 0 2px rgba(255,255,255,.8)}.terminal-theme .output:before{content:"> "}.terminal-theme a{color:#fff;text-decoration:none}.terminal-theme a:before{content:"["}.terminal-theme a:after{content:"]"}.terminal-theme .errorcode{color:white}