html, body {
    overflow-x: hidden;
  }
  body {
    position: relative;
    margin: 0 0 0 0;
    width: 100vw;
    background-image: url(Group_2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
.gray-container {
  overflow-x: hidden;
  width: 100vw;
  min-height: 1023px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floral-bugs-napis {
  width: 266px;
  display: block;
  height: auto;
  z-index: 2;
  position: absolute;
  top: 79px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.transparent-bugs {
  width: 1440px;
  height: auto;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.zamow-preorder {
  margin: auto;
  position: absolute;
  display: block;
  width: 437.7px;
  height: auto;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 227.6px;
}
.spotify {
  width: 96.7px;
  height: auto;
  display: block;
  position: absolute;
  top: 625px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  margin-left: -179px;
}
.facebook {
  display: block;
  position: absolute;
  top: 623.9px;
  width: 108.5px;
  height: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 2;
  margin-right: -145px;
}
.youtube {
  width: 100.3px;
  height: auto;
  display: block;
  position: absolute;
  top: 705.7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  margin-left: -185px;
}
.instagram {
  display: block;
  position: absolute;
  top: 702.5px;
  width: 126.7px;
  height: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 2;
  margin-right: -140px;
}
.apple {
  width: 123px;
  height: auto;
  display: block;
  position: absolute;
  top: 787.3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  margin-left: -185px;
}
.tidal {
  display: block;
  position: absolute;
  top: 793.4px;
  width: 65.5px;
  height: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 2;
  margin-right: -140px;
}
.pasek-dolny {
  width: 100vw;
  height: 106px;
  background-color: black;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.pasek-dolny a {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 0.5px;
  text-align: center;
  color: white;
  text-decoration: none;
}
.pasek-dolny a:hover {
  color: #848484;
}
.mobile {
  display: none;
}
@media screen and (min-width:3840px) {
    body {
        overflow-y: hidden;
    }
    .gray-container {
        transform: translateY(800px) scale(1.8);
        height: 2055px;
    }
}
@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .transparent-bugs {
      width:440px;
  }
  .floral-bugs-napis {
      top: 25px;
  }
  .spotify {
    width: 65px;
    height: auto;
    display: block;
    position: absolute;
    top: 374px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    margin-left: -108px;
}
.facebook {
    display: block;
    position: absolute;
    top: 375px;
    width: 74px;
    height: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 2;
    margin-right: -107px;
}
.instagram {
    display: block;
    position: absolute;
    top: 423px;
    width: 82.7px;
    height: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 2;
    margin-right: -106px;
}
.youtube {
    width: 71px;
    height: auto;
    display: block;
    position: absolute;
    top: 429px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    margin-left: -110px;
}
.apple {
    width: 86px;
    height: auto;
    display: block;
    position: absolute;
    top: 482px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    margin-left: -104px;
}
.tidal {
    display: block;
    position: absolute;
    top: 480px;
    width: 53.5px;
    height: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 2;
    margin-right: -104px;
}
.zamow-preorder {
    margin: auto;
    position: absolute;
    display: block;
    width: 321.7px;
    height: auto;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 118.6px;
}
.gray-container {
    min-height: 650px;
    height: 96vh;
}
.pasek-dolny {
    flex-direction: column;
    height: auto;
}
}
