.btn-close {
    background-color: #ffcc00; 
    color: black; 
    border-radius: 50%; 
    width: 40px; 
    height: 40px;
    border: 2px solid #ffffff; 
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8); 
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; 
}
.btn-close:hover {
    background-color: #ffd700; 
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 1); 
}

.image-modal-body img {
    display: block;
    max-width: 100%; 
    height: auto; 
    margin: 0 auto;
}
.modal-header {
    background-color: #6c63ff;
    color: white;
}

.modal-body {
    padding: 20px;
    text-align: center;
}
.modal {
    z-index: 2000; 
}

.modal-backdrop {
    z-index: 1999; 
}
