#overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:1000}#modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,#ffcc00,#ff6699);padding:20px;border-radius:8px;text-align:center;z-index:1001;width:90%;max-width:400px;color:white}#modal p{margin-bottom:20px}#modal .buttons{display:flex;justify-content:space-around}#modal .buttons button{flex:1;margin:0 5px;padding:10px;border:none;border-radius:5px;color:#fff;background-color:#333;cursor:pointer}#modal .buttons button:hover{background-color:#555}