html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.footer {
    height: 80px;
    display: flex;
    align-items: center; /* verticaal centreren */
}

:root {
    --bs-primary: #ff0000 !important; /* Vervang #uwkleurcode door je gewenste kleur, bijvoorbeeld #ff0000 */
    --bs-primary-rgb: 255, 0, 0 !important; /* RGB-waarde van je kleur */
    --bs-primary-dark: #ff0000 !important; /* Vervang #uwkleurcode door je gewenste kleur, bijvoorbeeld #ff0000 */
    --bs-primary-dark-rgb: 255, 0, 0 !important; /* RGB-waarde van je kleur */
}