html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000000;
  color: #ffffff;
  font-family: "Lexend", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  padding: 0;
  box-sizing: border-box;
}

main {
  width: 100vw;
  height: 100vh;
}

canvas {
  display: block;
  width: 100vw !important;
  height: 100vh !important;
  border: 0;
  background: #000000;
}

button,
input {
  font: inherit;
}

button {
  border: 1px solid #bdb8ad;
  border-radius: 5px;
  background: #ffffff;
  color: #36342f;
  padding: 5px 10px;
  cursor: pointer;
}

button:hover {
  background: #f0eee8;
}

input {
  border: 1px solid #c8c3b8;
  border-radius: 4px;
  padding: 3px 5px;
  box-sizing: border-box;
}
