body {
  overflow-x: hidden;
  font-size: var(--Font-size);
  min-height: 100vh;
  width: 100vw;
  background: url(../../assets/img/hero-desktop2.jpg) right top no-repeat;
  background-size: contain;
}

