body {
    margin: auto auto;
    background-color: aliceblue;
}

header {
    text-align: center;
    background-color: white;
}

ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  list-style-type: none;
  padding-left: 0;
}

.aanbod {
    text-align: center;
    background-color: white;
    border-radius: 1rem;
    margin: 2rem;
    padding: 1rem;
}

.praktisch {
    text-align: center;
    background-color: white;
    border-radius: 1rem;
    margin: 2rem;
    padding: 1rem;
}

.faq {
   text-align: center;
    background-color: white;
    border-radius: 1rem;
    margin: 2rem;
    padding: 1rem; 
}

.contact {
    text-align: center;
    background-color: white;
    border-radius: 1rem;
    margin: 2rem;
    padding: 1rem; 
}