


.tolk {
    line-height: 1.4;
}

.custom-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none;
    color: black;
    transition: background-color 0.3s, color 0.3s;
}

.custom-btn-lg {
    font-size: 18px;
}

.custom-btn-yellow {
    background-color: #FFC107; /* Okergele kleur */
}


.custom-btn:hover {
    background-color: #FFC107; /* Donkerder okergeel bij hover */
    color: black; /* Behoud zwarte tekst bij hover */
    font-size: inherit; /* Behoud de oorspronkelijke tekstgrootte bij hover */
}
















