canvas{
  display:block;
  vertical-align:bottom;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  min-height: 450px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
