:root{font-family:Roboto Mono,monospace;background-color:#0a0e27;color:#fffc;font-weight:300}*{margin:0;padding:0;box-sizing:border-box;-webkit-user-select:none;user-select:none}body{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#0a0e27 0%,#1a1f3a 100%)}#root{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.container{text-align:center}h1{font-size:1rem;color:#fff;font-weight:300;animation:pulse .75s ease-in-out infinite}h1:hover{opacity:1}@keyframes blinkPattern{0%,8%{opacity:.45}10%,18%{opacity:1}20%,28%{opacity:.45}30%,38%{opacity:1}40%,to{opacity:.45}}@keyframes pulse{0%,to{opacity:.65}50%{opacity:1}}@media screen and (max-width: 768px){h1{font-size:2.5rem}}
