html{overflow-x:hidden;scroll-behavior:smooth}body{background-color:#fc9;color:#000;font-weight:700;text-align:center!important;margin-bottom:0;margin-top:4px;font-family:Helvetica,sans-serif!important}*{transition:all .3s}a{text-decoration:none!important;color:inherit}.my-header{border-radius:10px 0 10px 10px;margin-bottom:3px!important;border:2px solid #eb008b;box-shadow:0 0 9px -1px #ffeddc;padding:1px 2px}.my-header img{height:160px;width:auto;margin:-28px 0 -34px}.open-close{border-radius:10px 0 10px 10px;margin-bottom:2px!important;border:2px solid #eb008b;box-shadow:0 0 9px -1px #ffeddc;padding:20px 5px 22px}.open-close h2{color:#fff;font-size:32px;background-image:linear-gradient(45deg,#9C27B0,#E91E63,#9C27B0);display:inline-block;padding:10px 20px;margin:0;border-radius:10px}.open-close h3{color:#1a237e;font-size:29px;margin:0 0 20px}.my-card{border-radius:10px 0 10px 10px;margin-bottom:2px!important;border:2px solid #9c27b0;box-shadow:0 0 9px -1px #ffeddc;padding:0 0 2px;overflow:hidden}.my-card h3{color:#fff;font-size:32px;margin:0;padding:2px 0 1px}.headering-1 h3{background-color:#50005b}.headering-2 h3{background-color:#ff0;color:#000}.headering-3 h3{background-color:#0f005b}.my-card h2{color:#232323;margin:10px 0;font-size:22px}.my-footer{border-radius:10px 0 10px 10px;margin-bottom:2px!important;border:2px solid #eb008b;box-shadow:0 0 9px -1px #ffeddc;padding:0 5px 22px}.my-footer .top-div{z-index:81}.my-footer .top-div a{z-index:41;cursor:pointer}.my-footer .top-div a.aa1{}.my-footer .top-div a.aa2{}.my-footer .top-div a.aa3{}.my-footer .top-div a.aa4{}.my-footer .my-img{z-index:-10}.my-footer .my-img img{height:160px;width:auto;margin:-28px 0 -34px;z-index:-9}.my-footer .two-btn{}.my-footer .two-btn a{border:2px solid #e91e63;padding:3px 8px 4px;border-radius:5px;font-size:18px;color:#fff;background-color:#e91e63;font-weight:500;display:inline-block}.my-footer .two-btn a.bb1{}.my-footer .two-btn a.bb2{}.my-footer .last-para{margin:20px 0 0}.my-footer .last-para p{margin:6px 0 0;font-size:20px;font-weight:400;color:#151515}@media only screen and (max-width:500px){.my-header img{height:90px;width:auto;margin:-16px 0 -19px}.open-close{padding:8px 0 10px}.open-close h3{font-size:20px;margin-bottom:10px}.open-close h2{font-size:22px}.my-card h3{font-size:24px}.my-card h2{font-size:17px}.my-footer{padding-bottom:10px}.my-footer .my-img img{height:100px;width:auto;margin:-16px 0 -19px}.my-footer .two-btn a{font-size:14px;padding:5px 5px 6px}.my-footer .last-para p{font-size:16px}}@media only screen and (max-width:375px){}@media only screen and (max-width:320px){.my-footer .two-btn a{font-size:12px;padding:3px}}
.button2 {
    background-color: #a0d5ff;
    color: #220c82;
    padding: 10px 30px;
    font-size: 16px;
    margin: 20px auto;
    border-radius: 10px;
    border: 2px solid #0000005c;
    font-weight: 800;
    text-shadow: 1px 1px #00bcd4;
    box-shadow: 0 8px 10px 0 rgb(0 0 0 / 20%), 0 6px 8px 0 rgb(0 0 0 / 19%);
    display: inline-block;
    transition: all .3s;
}