
.border {
    color: #787878; /* Zet de tekstkleur naar zwart */
}
.modal {
    display: none;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.75);
    justify-content: center;
    align-items: center;
}
.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
}
.modal.show {
    display: flex;
}
.unique-footer {
    background-color: #1a202c;
    color: #cbd5e0;
}
.unique-footer h4 {
    color: #ffffff;
}
.unique-footer p {
    color: #cbd5e0;
}
.unique-footer a {
    color: #cbd5e0;
}
.unique-footer a:hover {
    color: #ffffff;
}
