.body {
  background-color: #3139fb;
}

.noise-overlay {
  z-index: 2;
  opacity: 1;
  background-image: url('../images/noise-light.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image {
  width: 328px;
  height: auto;
}

.text-block {
  color: #0c0c0c;
  letter-spacing: -1px;
  order: 1;
  align-self: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 31px;
  font-weight: 700;
}

.text-logo {
  color: #151513;
  letter-spacing: -1px;
  order: 1;
  align-self: auto;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 991px) {
  .noise-overlay {
    background-size: 125px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 240px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 240px;
  }
}


