/* styles */
/* called by your view template */

body {
  font-family: "Courier", monospace;
  margin: 2em;
  background-color:black;
  color:grey;
  text-align:center;
}
canvas {
  transform-origin: top center;
  image-rendering: optimizeSpeed;
}
video {
  transform-origin: top right;
  transform: scaleX(-0.5) scaleY(0.5);
  position:fixed;
  right:320px;
  top:0px;
}
