html {
	height: 100%;
	font-family: sans-serif;
}

body {
  margin: 0;
  height: inherit;
  overflow: hidden;
}

canvas {
  width: 100%;
  height: 100%;
}

button {
  position: absolute;
  top: 3px;
}

.stop-start {
  right: 3px;
}

.pose-stats {
  right: 120px;
}

section {
  position: absolute;
  background-color: rgb(255,255,255,0.5);
  color: black;
  bottom: 3px;
  right: 3px;
  display: flex;
}

section p {
  padding: 5px 10px;
  margin: 0;
  font-size: 11px;
  width: 230px;
  text-align: center;
}