* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  background-color: #333;
}

.hero {
  margin-top: 120px;
  width: 100%;
  min-height: 250px;
  justify-content: center;
  margin-bottom: 10px;
  /* background: url('../assets/images/hourglass.jpg') no-repeat center center / cover; */
  /* opacity: 0.25; */
  /* background-color: #d0e1d3; */
  /* display: grid; */
  gap: 20px;
}

.kop {
  width: 100%;
  min-height: 250px;
  background-color: #fff;
  align-items: center;
  margin-bottom: 10px;
}

.img {
  width: 100%;
  height: 100%;
}

header h2,
h3,
h4 {
  color: blue;
  font-variant: small-caps;
}

header p {
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
}

.vers {
  text-align: left;
  font-weight: 900;
  font-size: 1.5rem;
  color: #fff;

}

.tekst {
  font-size: 1.5rem;
  text-align: left;
  font-weight: 900;
  font-size: 1.3rem;
  border: 5px solid rgb(100, 97, 97);
  color: #fff;
}

/* BOEKEN */
.boeken {
  background-color: #f2bdd0;
  margin-bottom: 10px;
  /* gap: 5px; */
}


.lesboekjes {
  background-color: aqua;
  margin-bottom: 10px;
}

footer {
  font-size: 1.5rem;
}

footer div {
  color: white;
  margin-bottom: 20px;
}

/* Media */
@media screen and (max-width: 991px) {
  .hero {
    /* margin-top: 120px; */
    /* width: 100%; */
    /* min-height: 250px; */
    /* justify-content: center; */
    /* margin-bottom: 10px; */
    background: none;
    /* opacity: 0.25; */
    /* background-color: #d0e1d3; */
    /* display: grid; */
    /* gap: 20px; */
    /* background-color: rgb(145, 237, 168); */
  }
}