/* Use the entire viewport. */
body {
  margin: 0;
}


/* Simulation environment. */
#simulation > canvas {
  width: 100%;
  height: 24rem;
}


/** Controls. */
#buttons {
  padding: 0 0 6rem 0;
}
