.body {
  background-color: #000;
}

.image {
  height: 90vh;
  position: relative;
}

.div-block {
  border: 10px solid #fff;
  border-radius: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.link-block {
  position: absolute;
}

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

.link-block-2 {
  position: absolute;
  inset: auto 0% 0% 72%;
}

.image-2 {
  width: 50px;
  height: 50px;
}

.image-3 {
  width: 75px;
  height: 75px;
  position: absolute;
}

.link-block-3 {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 4px;
  display: flex;
  position: absolute;
  inset: auto -9% 10% 32%;
}

.icons {
  width: 30px;
  height: 30px;
}

.image-5 {
  width: 75px;
  height: 75px;
}

.page-loader-wrapper {
  z-index: 1001;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
}

.image-7 {
  width: 345px;
  margin-top: 0;
}

@media screen and (min-width: 1920px) {
  .image, .div-block {
    position: relative;
  }

  .link-block {
    position: absolute;
  }

  .section {
    height: 100vh;
  }

  .icons {
    width: 60px;
    height: 60px;
  }
}

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

  .icons {
    width: 30px;
    height: 30px;
  }
}


