body {
    background-color: #292929;
}

.title {
    font-size: 4em !important;
    color: #fff;
}

.text {
    font-size: 1.9em;
    color: #fff;
}

label {
    color: #ffffff;
}

input {
    border: #B19171 solid 2px !important;
    background-color: transparent !important;
    color: white !important;
}

label:has(+ input:required)::after {
    content: '*' / 'Verplicht';
    color: red;
}

.gold {
    color: #B19171;
}