.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;
  }
}

.body {
  background-color: #010a13;
}

.section {
  border: 1px solid #010913;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container {
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
}

.text-block {
  color: #fff;
  font-size: 140px;
}

.image {
  aspect-ratio: 1;
}

@media screen and (max-width: 991px) {
  .text-block {
    font-size: 6em;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 3em;
  }
}


