body {
  -webkit-hyphens: auto;
  hyphens: auto;
  background-color: var(--background-color);
  background-repeat: no-repeat, no-repeat;
  position: relative;
  color: var(--text-color);
  margin: 0;
  line-height: var(--line-height);
  scroll-behavior: smooth;
  position: relative;
  font-size: var(--font-size);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
