📦Html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: #ab1924;
  margin-bottom: 5rem;
  margin-left: 5rem;
  margin-right: 5rem;
}
html {
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

header {
  height: 2rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  filter: drop-shadow(0 0 0.7rem rgb(0, 0, 0));
  padding: 1rem;
  margin-top: 2rem;
}

nav {
  display: flex;
  gap: 1rem;
}

h1,
h2,
h3,
a {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h1 {
  font-size: 4rem;
  text-shadow: #000000 0rem 0 1rem;
}

h2 {
  font-size: 3rem;
  text-shadow: #000000 0rem 0 1rem;
}

h3 {
  font-size: 2rem;
  text-shadow: #000000 0rem 0 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.header {
  color: #ab1924;
  text-decoration: none;
  font-size: 1.5rem;
}

.header:hover {
  color: #414141;
}

.header a:visited {
  color: #ab1924;
}

.black {
  color: #414141;
}

img {
  filter: drop-shadow(0 0 0.7rem rgb(0, 0, 0));
  border-radius: 1rem;
}

.karikatuur {
  display: flex;
  filter: drop-shadow(0 0 0.75rem rgb(0, 0, 0));
  flex-direction: row;
  justify-content: center;
}

.karikatuurklein {
  height: 60px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.yt {
  filter: drop-shadow(0 0 0.7rem rgb(0, 0, 0));
}

.header a:hover {
  color: #414141;
}

footer {
  margin: 2rem;
}
.icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2rem;
}

.copy {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

br {
  margin-top: 1rem;
}

iframe {
  border-radius: 1rem;
}

.youtube {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
}

.illustraties {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-items: center;
}

.voorpagina {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
}

/* <a class="karikatuur" href="https://www.youtube.com/@ward_vdp" target="_blank"><img
                    src="assets/karikatuur.png" alt="karikatuur hoofd" height="250rem"></a> */

.center {
  text-align: center;
}

.adobe {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.profiel {
  display: flex;
  gap: 5rem;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.bereik {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  align-content: center;
  margin-bottom: 3rem;
}

br {
  margin: 5rem;
}

.vertelsel {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
  margin-top: 1rem;
  margin-bottom: 5rem;
  font-size: 1.2rem;
  text-shadow: #000000 0.1rem 0 0.4rem;
  line-height: 2rem;
}

.belme {
  margin-left: 5rem;
  margin-right: 5rem;
}

@media screen and (width < 500px) {
  body {
    margin-right: 0;
  }
  .illustraties {
    display: flex;
    columns: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }
  p {
    max-width: 450px;
  }
  .illustraties {
    width: 300px;
    height: auto;
  }
  nav {
    text-size-adjust: 70%;
  }
  .profiel {
    display: flex;
    gap: 2rem;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
  }
  .bereik {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 3rem;
    flex-direction: row;
  }
  .header {
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
  }
  .belme {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}
