/* ASCII Sound Frequency — visualizer styles */

.afreq-stage {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transparent — composite over your own background */
  background: transparent;
}

.afreq-canvas {
  display: block;
  width: 100%;
  height: 100%;
}
