*{margin:0;padding:0;box-sizing:border-box;font-family:'Poppins', sans-serif}section{background:#040d15;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px}section .box{max-width:500px;margin:30px}section .box .imgBx img{width:100%;margin-bottom:30px}section .box .buttons{display:flex;justify-content:space-between}section .box .buttons #btn-1{background:orange;color:black}section .box .buttons #btn-2{background:#0372d9}section .box .buttons a{position:relative;display:inline-block;padding:12px 30px;text-decoration:none;color:white;text-transform:uppercase;font-size:1.2rem;border-radius:40px;letter-spacing:2px;overflow:hidden;width:230px;text-align:center}section .box .buttons a span{position:absolute;background:white;transform:translate(-50%, -50%);pointer-events:none;border-radius:50%;animation:animate 1s linear infinite}@keyframes animate{0%{width:0;height:0;opacity:.3}100%{width:500px;height:500px;opacity:0}}
/*# sourceMappingURL=style.css.map */