body {
  background-color: #F4B812;
  color: white;
  font-family: Arial, sans-serif;
}

.banner {
  display: flex;
  width: 100%;
  justify-content: center;
}
.banner .banner-image {
  background-image: url("images/banner-kermis.svg");
  background-size: cover;
  aspect-ratio: 16/7;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row-reverse;
  width: 50vw;
}
.banner .banner-image .banner-text {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.banner .banner-image .banner-text h1 {
  margin: 4rem 0 0 0;
}

h1 {
  font-size: 68px;
}

/*# sourceMappingURL=style.css.map */
