body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.App{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.container{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;margin:1rem;max-width:600px;padding:2rem;text-align:center}.hero-image{border-radius:10px;box-shadow:0 10px 30px #0003;height:auto;margin-bottom:2rem;max-width:500px;width:100%}.message{color:#333;font-size:1rem;font-weight:600;line-height:1.4;margin:0}@keyframes rainbow-glow{0%{border-color:red;box-shadow:0 0 20px red,0 0 40px red,0 0 60px red}16%{border-color:#f80;box-shadow:0 0 20px #f80,0 0 40px #f80,0 0 60px #f80}33%{border-color:#ff0;box-shadow:0 0 20px #ff0,0 0 40px #ff0,0 0 60px #ff0}50%{border-color:#0f0;box-shadow:0 0 20px #0f0,0 0 40px #0f0,0 0 60px #0f0}66%{border-color:#0ff;box-shadow:0 0 20px #0ff,0 0 40px #0ff,0 0 60px #0ff}83%{border-color:#f0f;box-shadow:0 0 20px #f0f,0 0 40px #f0f,0 0 60px #f0f}to{border-color:red;box-shadow:0 0 20px red,0 0 40px red,0 0 60px red}}.bouncing-image{animation:rainbow-glow 3s linear infinite;border:4px solid;border-radius:15px;height:300px;object-fit:cover;opacity:.75;position:absolute;width:300px;z-index:1}.container{position:relative;z-index:10}@media (max-width:600px){.message{font-size:1.5rem}.container{margin:.5rem;padding:1.5rem}.bouncing-image{height:120px;width:120px}}
/*# sourceMappingURL=main.e7a590cc.css.map*/