/* Verwijder blauwe underline in header uc-Header */
#uc-Header a,
#uc-Header a:hover,
#uc-Header a:focus,
#uc-Header a:active,
#uc-Header .t-active {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.center-section {
    display: flex;
    flex-direction: column;
    justify-content: center; /* verticale centrering */
    align-items: center;     /* horizontale centrering */
    min-height: 100vh;       /* sectie vult hele schermhoogte */
    text-align: center;
}
