* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-user-select: none;
  touch-action: none;
}

::-webkit-scrollbar {
  display: none;
}

html {
  background-color: #191b1c;
  border-bottom-color: rgb(115, 107, 94);
  border-left-color: rgb(115, 107, 94);
  border-right-color: rgb(115, 107, 94);
  border-top-color: rgb(115, 107, 94);
  color: rgb(232, 230, 227);
  color-scheme: light;

  color: white;
}

body, html {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

canvas {
  margin: 0px;
  display: block;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  object-fit: contain;
}
