body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

header {
  text-align: center;
  margin-top: 50px;
  font-size: 36px;
}

.camera-controls {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

#camera-start, #camera-stop {
  margin: 0 10px;
}

.stream {
  display: flex;
  margin-top: 50px;
}

#camera-feed, #ascii-canvas {
  width: 100%;
  height: 100%;
  margin: 10px;
}