:root{--font-sans: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;--size-3: 1rem;--radius-2: 5px;--size-2: .5rem;--font-size-4: 1.5rem}*{box-sizing:border-box}body{font-family:var(--font-sans);display:flex;place-items:center;justify-content:center;flex-direction:column;gap:.5rem;height:100dvh;margin:0;position:relative}h1{color:#1e90ff;font-size:clamp(4rem,15vw,7rem);margin:0;text-align:center;-webkit-user-select:none;user-select:none}@media (prefers-reduced-motion: no-preference){h1{animation:1s linear 0s infinite normal hue-rotate}}@keyframes hue-rotate{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(360deg)}}#button-wrapper{display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;gap:var(--size-3)}button{outline:none;border:none;border-radius:var(--radius-2);padding:var(--size-3);padding-block:var(--size-2);font-size:var(--font-size-4);cursor:pointer;background-color:#3b82f6;color:#fff;transition:.1s background-color;-webkit-user-select:none;user-select:none}button:hover{background-color:#2563eb}.hidden{visibility:hidden}#confetti-canvas{position:fixed;top:0;left:0;bottom:0;right:0;pointer-events:none;z-index:100;width:100%;height:100%}
