.popup-overlay{align-items:center;background-color:rgba(0,0,0,.7);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.popup-content{animation:fadeIn .3s ease-in-out;background-color:#fff;background:linear-gradient(2deg,#538462 6%,#1c5331 70%);border-radius:15px;box-shadow:0 4px 8px rgba(0,0,0,.2);max-width:500px;padding:20px;position:relative;width:90%}.popup-content h1,.popup-content h2,.popup-content h3,.popup-content h4,.popup-content h5,.popup-content p{color:#fff}.close-popup{color:#fff;cursor:pointer;font-size:30px;font-weight:700;position:absolute;right:10px;top:10px}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}