/* Responsive site title using clamp() */
.particles-title {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 2;
  text-align: center;
}
