@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary-color: #f94d7b}body{font-family:Poppins,sans-serif;font-size:16px;line-height:1.5;color:#07d7b5;background:#f4f4f4}.navbar{background:rgb(197,26,97);color:#fff;padding:1rem;display:flex;justify-content:space-around;align-items:center}.navbar ul{list-style:none;display:flex}.navbar ul li{margin-left:1rem}.navbar a{color:#fff;text-decoration:none;font-size:1.2rem}.navbar a:hover{color:var(--primary-color)}h2{margin-bottom:1.5rem}.showcase{height:450px;width:100%;background:var(--primary-color)}.showcase h1{font-size:2.5rem;color:#d7c4e1;text-align:center;padding:1rem 0}form{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;width:100%}form h3{margin-bottom:1rem}form input,form select{font-size:20px;width:100%;max-width:500px;padding:1rem;border:1px solid #ccc;border-radius:5px;margin-bottom:1rem}form button{font-size:20px;padding:1rem 2rem;border:none;border-radius:5px;background:rgb(12,149,90);color:#fff;cursor:pointer;margin-top:20px;transform:scale(.95)}form button:hover{transition:all .2s ease-in-out;transform:scale(1)}.image{width:100%;margin-top:2rem}img{display:block;margin:auto}.msg{font-size:1.6rem;text-align:center;margin-top:1rem}.flex{display:flex;justify-content:center;align-items:center}.lds-ripple{display:inline-block;position:relative;width:80px;height:80px}.lds-ripple div{position:absolute;border:4px solid rgb(240,195,13);opacity:1;border-radius:50%;animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite}.lds-ripple div:nth-child(2){animation-delay:-.5s}@keyframes lds-ripple{0%{top:36px;left:36px;width:0;height:0;opacity:0}4.9%{top:36px;left:36px;width:0;height:0;opacity:0}5%{top:36px;left:36px;width:0;height:0;opacity:1}to{top:0px;left:0px;width:72px;height:72px;opacity:0}}
