*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, #root {
  height: 100%;
  margin: 0;
  background: linear-gradient(180deg, #0a0a0a, #1a1a1a);
  font-family: "Lexend", sans-serif;
  color: #f5f5f5;
  overscroll-behavior: none;
}
