.desktop {
  background-color: #f2a2d6;
  width: 100%;
  min-width: 1440px;
  min-height: 1024px;
  position: relative;
}

.desktop .blur-outside {
  position: absolute;
  top: calc(50% - 512px);
  left: calc(50% - 720px);
  width: 1440px;
  height: 1024px;
}

.desktop .main-box {
  position: absolute;
  top: calc(50% - 470px);
  left: calc(50% - 675px);
  width: 1350px;
  height: 940px;
  background-color: #7aa571;
  border-radius: 31px;
  filter: blur(1.35px);
}

.desktop .i-m-still-working-on {
  position: absolute;
  top: 234px;
  left: 125px;
  font-family: "Joan-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 85px;
  letter-spacing: -4.25px;
  line-height: normal;
}

.desktop .text-wrapper {
  position: absolute;
  top: 30px;
  left: 43px;
  font-family: "Joan-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 120px;
  letter-spacing: -6px;
  line-height: normal;
}
