@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@300..700&display=swap&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap";body{margin:0;padding:0;font-family:Roboto,sans-serif}.App{min-height:100vh;display:flex;justify-content:center;align-items:center;background-image:linear-gradient(-225deg,#fffeff,#c7e3e2);background-size:300% 300%;animation:gradientBG 10s ease infinite}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:90% 50%}to{background-position:0% 50%}}.container{background-image:linear-gradient(-225deg,#e3fdf5,#ffe6fa);padding:2rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#2c2b2b;transition:transform .3s ease-in-out;width:max-content;height:max-content}.container:hover{transform:scale(1.02);box-shadow:0 20px 40px #5b5b5b66,0 0 25px #3d3e3eb3}h2{font-size:2rem;font-weight:700;font-family:Space Mono;text-align:left;background:linear-gradient(to left,#5282ed 20%,#7e79d9 30%,#af6dac 70%,#d96570 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:500% auto;animation:textShine 5s ease-in-out infinite alternate}h1{font-size:3rem;font-weight:700;font-family:Space Mono;text-align:center;background:linear-gradient(to right,#5282ed 20%,#7e79d9 30%,#af6dac 70%,#d96570 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;background-size:500% auto;animation:textShine 5s ease-in-out infinite alternate}@keyframes textShine{0%{background-position:0% 50%}to{background-position:100% 50%}}button{color:#fff;background-color:#1976d2}button:hover{background-color:#145ca9}
