@import url(https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Cinzel&display=swap);@import url(https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap);*{box-sizing:border-box;font-family:Arial,sans-serif;margin:0;padding:0}body{animation:gradient 20s ease infinite;background:linear-gradient(-45deg,#004d40,#00796b,#004d40,#00796b,#004d40);background-size:400% 400%;color:#fff;height:100vh}.header{font-size:3rem;margin:2rem}h2{color:#ffab00;font-family:Amatic SC,cursive;text-align:center;text-shadow:2px 2px 4px #00000080}.app{display:grid;margin:2rem auto;max-width:70%;place-content:center}.main{background:#0009;border-radius:15px;box-shadow:0 4px 8px #00000080;margin:0 1rem 1rem;padding:2rem}.card{background-color:#fff3;border-radius:12px;box-shadow:0 4px 6px #0000004d;color:#e0f2f1;margin:1rem 0;padding:1.5rem}h5{color:#ff6f00;font-family:Cinzel,serif;font-size:1.8rem;margin-right:.5rem}.ques-answer{align-items:center;border-bottom:1px solid #004d40;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.5rem}button{background:#ffffffb3;border:none;border-radius:50%;color:#004d40;cursor:pointer;font-size:1.8rem;height:2.6rem;outline:none;padding-top:.3rem;transition:background .3s,transform .3s;width:2.5rem}button:hover{background:#ffffffe6;transform:scale(1.1)}p{font-family:Pathway Gothic One,sans-serif;font-size:1.4rem;font-weight:300;line-height:1.6;margin-top:1rem;text-align:justify;text-indent:1.5rem}@keyframes gradient{0%{background-position:0 0}50%{background-position:100% 100%}to{background-position:0 0}}
/*# sourceMappingURL=main.1cfac022.css.map*/