@import "./hyperaudio-lite.css";
@import "./speaker.css";
@import "./form.css";

#loader {
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

#loader svg {
  max-height: 300px;
  height: 100%;
  width: 100%;
}
