html {
  scroll-padding-top: 132px;
}

section[id],
#market,
#cars,
#quest,
#play,
#games,
#access {
  scroll-margin-top: 132px;
}

img.is-fallback-preview {
  object-fit: contain;
  background:
    radial-gradient(circle at 28% 20%, rgba(121, 255, 105, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(121, 255, 105, 0.09), rgba(0, 246, 255, 0.08));
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 108px;
  }

  section[id],
  #market,
  #cars,
  #quest,
  #play,
  #games,
  #access {
    scroll-margin-top: 108px;
  }
}
