@font-face {
  font-family: "Source Han Serif";
  src: url("SourceHanSerifSC-VF.ttf");
}

html {
  background-color: black;
}

body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: black;
  padding: 2rem;
}

#video {
  display: none;
}

#canvas {
  margin: 2rem;
  width: 65%;
}

#controls {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 0.5rem;
}

#textarea {
  font-family: monospace;
}
