#tsparticles {
  width: 100%;
  height: 100%;
  background-color: #252525;
}

#stats,
.count-particles {
  user-select: none;
  -webkit-user-select: none;
}

#stats {
  overflow: hidden;
}

#stats-graph canvas {
  border-radius: 3px 3px 0 0;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}
