@import"https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Pre:wght@400..700&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root,html,body{margin:0;padding:0;height:100vh;width:100vw;box-sizing:border-box}.app{display:grid;grid-template-rows:10% 80% 10%;height:100vh;width:100%;background:linear-gradient(#0000004d,#0000004d),url(/assets/pexels-lerone-pieters-98049581-12206301-DuXAc5LE.jpg);background-size:cover;background-position:center}.navbar{display:flex;align-items:center;justify-content:center}.navbar img{width:40px;height:40px;margin-top:10px}.main{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%}.card{background-color:#f5f5f5;width:40%;height:20%;display:flex;justify-content:center;align-items:center;flex-direction:column;border-radius:20px;padding:2%;box-shadow:5px 5px #000}.heading{font-family:Sour Gummy,sans-serif;color:#333;text-align:center}.button{position:relative;outline:none;text-decoration:none;border-radius:50px;display:flex;justify-content:center;align-items:center;cursor:pointer;text-transform:uppercase;height:50px;width:150px;color:#000;background-color:#fff;border:1px solid rgba(22,76,167,.6)}.button span{color:#164ca7;font-size:12px;font-weight:500;letter-spacing:.7px}.button:hover{animation:rotate .7s ease-in-out both}.button:hover span{animation:storm .7s ease-in-out both;animation-delay:.06s}.footer{display:flex;align-items:center;justify-content:center;height:100%}.footer span{font-family:Edu AU VIC WA NT Pre,sans-serif;color:#fff}.footer .heart{color:red}@keyframes rotate{0%,to{transform:rotate(0)}25%{transform:rotate(3deg)}50%{transform:rotate(-3deg)}75%{transform:rotate(1deg)}}@keyframes storm{0%{transform:translateZ(0)}25%{transform:translate3d(4px,0,0)}50%{transform:translate3d(-3px,0,0)}75%{transform:translate3d(2px,0,0)}to{transform:translateZ(0)}}@media (max-width: 767px){.navbar img{width:50px;height:50px}.main{padding:10px}.card{width:80%;height:30%;padding:5%;box-shadow:2px 2px 5px #00000080}.heading{font-size:1.3rem}.button{height:40px;width:fit-content;font-size:12px}.footer{font-size:1rem}}@media (min-width: 768px) and (max-width: 1199px){.navbar img{width:55px;height:55px}.card{width:70%;height:30%}.heading{font-size:20px}.button{height:45px;width:130px;font-size:12px}.footer{font-size:1.4rem}}@media (min-width: 1200px){.navbar img{margin-top:10px;width:60px;height:60px}.card{width:60%;height:35%;padding:5px}.heading{font-size:1.3rem}.button{height:50px;width:150px;font-size:14px}.footer{font-size:1.5rem}}
