/**
 * @author    Wolfgang Kowarschick <kowa@hs-augsburg.de>
 * @copyright 2016 - 2018
 * @license   CC-BY-NC-SA-4.0
 */

html, body
{ font-family: Verdana, Helvetica, sans-serif; }

#ball
{ background-image: url("../img/owl-150.png");

  position: absolute;

  top:      0;
  left:     0;
  height: 150px;
  width:  150px;
}

#fps
{ position: absolute;

  top:  160px;
  left:  10px;
}

#form
{ position: absolute;

  top:  180px;
  left:  10px;
}