html, body{
  overflow: hidden;
  background: #000;
  padding: 0px;
  margin: 0px;
}

#count{
  position: absolute;
  top: 0; left: 0;
  color: #fff;
}