/* movement.css */
#surface {
  background-color: #FFFF00;
  border: black 5px double;
  height: 400px;
  width: 400px;
}
#controls {
  position: absolute;
  top: 500px;
}
#output {
  position: absolute;
  top: 500px;
  left: 200px;
}