@import url(https://fonts.bunny.net/css?family=cabin:400|playfair-display:400);

body, td {
  font-size: 18px;
  line-height: 1.5em;
  font-family: 'Playfair Display', serif;
}
.container-header .container-nav {
  padding-bottom: 0;
}
.moduletable.credits {
  background-color: rgb(137, 200, 253);
  
}
.moduletable.credits a {
  text-decoration: none;
  color: rgb(1, 26, 47);
}
h1, h2, h3, h4, h5 {
  color: #022518;
  font-family: 'Playfair Display', serif;
  }

.footer .grid-child {
  justify-content: space-between;
  align-items: start;
  gap: 2.5rem;
  padding: 2.5rem .5rem;
}
.kader {
  padding: 2em;
  background-color: #effced;
  border: 1px solid #7f897d;
  border-radius: 20px;
}
iframe {
  max-width: 100% !important;
}