body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-color: #00506e; /* Primary brand color */
  color: #ffffff; /* Default text color for better contrast */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100vw;
  overflow: hidden; /* To prevent scrollbars from canvas/visualizer */
}

gdm-live-audio {
  width: 100%;
  height: 100%;
}
