html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background: #fff;
  font: 30px sans-serif;
}

#c {
  display: block;
  width: 100%;
  height: 100%;
}

#status {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  width: auto;
  height: auto;
  overflow: visible;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 8px;
  border-radius: 4px;
}
