html,body{width:100%;height:100%;margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}#background{justify-content:center;width:100%;min-height:100%;animation:320s infinite pulse;display:flex;overflow:auto}@keyframes pulse{0%,to{background-color:#0057faa3}25%{background-color:#eeedde}50%{background-color:#d04c1b}75%{background-color:#a5742a}}#content{margin:32px}#title{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:20px;margin-top:16px;margin-bottom:16px;font-size:64px;display:flex}#terminal-wrapper{cursor:text;background-color:#000;border-radius:12px;height:calc(65ch + 24px);padding:12px;font-family:Courier New,Courier,monospace;line-height:1.5;overflow:hidden scroll}#terminal-wrapper:focus{outline:none}#terminal{white-space:pre-wrap;word-break:break-word;width:80ch}#terminal p{margin:0;padding:0}#terminal .input{color:#adff2f}#terminal .output{color:orange}#terminal-wrapper .cursor{-webkit-user-select:none;user-select:none;color:#fff;opacity:0}#terminal-wrapper:focus .cursor{animation:1s step-start infinite blink}@keyframes blink{50%{opacity:1}}
