body{font-family:Arial,sans-serif}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:none;justify-content:center;align-items:center;z-index:9999}.popup{background:#fff;padding:20px;border-radius:10px;text-align:center;max-width:400px;width:100%}.popup h2{margin:0 0 20px}.popup p{margin:0 0 20px}.popup button{padding:10px 20px;border:0;background:#007bff;color:#fff;border-radius:5px;cursor:pointer}.popup button:hover{background:#0056b3}