
.modal-header {
    border-bottom: none;
    justify-content: center;
    align-items: center;
}
.modal-footer {
    justify-content: center; 
    border-top: none;
}
.custom-button {
    background-color: #000000;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
}

.custom-button:hover {
    background-color: #333333;
}