:root{--a:#00d9ff;--bg:#03121a}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--a);font-family:ui-monospace,monospace;display:grid;place-items:center;min-height:100vh}main{max-width:560px;padding:40px}.tag{font-size:11px;letter-spacing:.2em;color:#8ba7c0}h1{font-size:42px;margin:10px 0;text-shadow:0 0 22px #00d9ff66}p{color:#8ba7c0;line-height:1.6}