body,
#root {
  max-width: 100vw;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000004;
}

body {
  overflow-x: hidden;
}

/* #000004 */

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

/*Null styles for button*/
button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  text-decoration: none;
  cursor: pointer;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* скроллбар скрыт, прокрутка остаётся */
::-webkit-scrollbar {
  display: none;
}

html {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/старый Edge */
}

/* ::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #000004;
}

::-webkit-scrollbar-thumb {
  background: rgb(223, 223, 223);
  border-radius: 16px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(211, 210, 210);
} */
canvas {
  pointer-events: none;
}


/*# sourceMappingURL=main.de072c7ec5dc2046def1.css.map*/