.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: #0d0c25;
  background-image: url('../images/galaxy-tny.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #dcd7f1;
  text-align: center;
  mix-blend-mode: normal;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

.image {
  box-shadow: 0 2px 8px 4px #ffffff8c;
}


