body {
  margin: auto;
  padding: 0;
  background: #493722;
  color: #cebf55;
  font-family: "Courier New", monospace;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 1000px;
  cursor: url('https://hansuvious.neocities.org/acursor.webp') 16 16, help;
}

header {
  background: #493722;
  color: #cebf55;
  text-align: center;
  padding: 14px;
  font-weight: bold;
  font-size: 28px;
}

#editor {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px;
  overflow: auto;
}

.controls {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #cebf55;
}

label {
  display: flex;
  align-items: center;
  gap: 5px;
}

input, select, button {
  background: #493722;
  color: #cebf55;
  border: 1px solid #cebf55;
  padding: 2px 4px;
  font-family: inherit;
  cursor: url('https://hansuvious.neocities.org/apoint.webp') 12 1, pointer;
}

canvas {
  border: 3px solid #cebf55;
  background: #eeeeee;
}
