@import url("https://fonts.cdnfonts.com/css/cascadia-code");

html,
body {
  margin: 0;
  padding: 0;
  font-family: monospace;
  color: white;
}

select#camera-select {
  background: black;
}
