body {
  background-color: #f8fcff;
  font-family: "Poppins", sans-serif;
}

/* NAVBAR BASIS */
.navbar {
  background-color: #e7f6ff !important;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

/* Brand-tekst linksboven */
.navbar-brand {
  color: #0077b6 !important;
  font-size: 1.35rem;
  font-weight: 700;
}

/* Links rechts in de navbar */
.navbar-nav .nav-link {
  font-size: 1.08rem;
  font-weight: 500;
}

/* FOOTER */
footer {
  background-color: #0077b6;
  color: #ffffff;
}
