.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: #232375;
  background-image: linear-gradient(#fff0 33%, #232375), url('../images/Photo-STYN.be-144-22.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}
