/* Styles go here. */

canvas {
  background: #000;
  height: 100%;
  width: 100%;
  display: block;
}

#car {
	position: relative;
	top: 200px;
}
