#body::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/Landing.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.loaded::before {
  content: unset !important;
}
