#canvas
{
  border: 5px dashed #001177;
  left: 50px;
  top: 30px;
  position: absolute;
  border-radius: 20px;
}

#box
{
  background-color: #004466;
  height: 50px;
  width: 50px;
  left: 150px;
  position: absolute;
  top: 50px;
}

#fps
{
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 2;
}