html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

#boids {
  height: 100%;
  overflow: hidden;
}
