@import "https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Inter:wght@300;400;600&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f7f7fb;background-image:radial-gradient(circle at 20% 20%,#e8e6ff 0%,#0000 25%),radial-gradient(circle at 80% 30%,#ffe9e3 0%,#0000 25%),radial-gradient(circle at 40% 80%,#e5fff3 0%,#0000 25%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;min-height:100vh;font-family:Inter,sans-serif}#root{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}#root>div{text-align:center}#root>div>h1,#root>div>h2,#root>div>h4,#root>div>button{z-index:2;position:relative}#root>div{background:#fff;border:2px solid #ecebff;border-radius:28px;width:600px;max-width:90%;padding:50px 60px;transition:all .3s;box-shadow:0 10px 30px #5046c826,0 2px 6px #0000000d}#root>div:hover{transform:translateY(-4px);box-shadow:0 16px 40px #5046c833,0 3px 10px #00000014}h1{color:#4b4bb7;margin-bottom:30px;font-family:Patrick Hand,cursive;font-size:42px}h2{color:#333;min-height:90px;margin-bottom:20px;font-size:26px;font-weight:500;line-height:1.6}h4{color:#7a7abf;margin-bottom:35px;font-family:Patrick Hand,cursive;font-size:22px}button{color:#fff;cursor:pointer;letter-spacing:.5px;background:#6c63ff;border:none;border-radius:14px;padding:14px 28px;font-size:16px;font-weight:600;transition:all .25s;box-shadow:0 8px 18px #6c63ff59}button:hover{background:#5a52e0;transform:translateY(-2px);box-shadow:0 12px 25px #6c63ff73}button:active{transform:scale(.96);box-shadow:0 5px 12px #6c63ff4d}h2:empty:after{content:"Loading...";animation:1s infinite blink}@keyframes blink{0%{opacity:.2}50%{opacity:1}to{opacity:.2}}
