body {
  margin: 0;
  padding: 0;
  background: url(https://lively.blackjetdigital.ca/wp-content/uploads/2022/08/LightWoodHeader.jpg) no-repeat center center/cover;
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
}

.logo-block {
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

.shadow-text {
  font-family: stratos, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 270px;
  letter-spacing: 0.2em;
  width: 100vw;
  position: absolute;
  top: 50%;
  left: calc(50% + 15px);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.shadow-text.lighter {
  mix-blend-mode: multiply;
  z-index: 2;
  color: transparent;
  opacity: 0.9;
  text-shadow: 0px 0px 10px #1e1e1e;
}
.shadow-text.bolder {
  transform: translate(-50%, -50%) scale(1);
  filter: blur(10px);
  color: #fff;
  mix-blend-mode: multiply;
  z-index: 1;
  color: transparent;
  opacity: 0.35;
}
.shadow-text.text {
  background-image: url("https://lively.blackjetdigital.ca/wp-content/uploads/2022/08/logo-lively-color.png");
  background-repeat: no-repeat;
  background-position: stretch;
  background-size: contain;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 200px;
  width: 864px;
  transform: translate(-50%, -50%);
  text-shadow: none;
  color: #fff;
}

.l {
  transform: translate(55px, 2px);
}

.i {
  transform: translate(40px, 2px);
}

.v {
  transform: translate(15px, 2px);
}

.e {
  transform: translate(-5px, 2px);
}

.l2 {
  transform: translate(-25px, 2px);
}

.y {
  transform: translate(-60px, 2px);
}
