.audio-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.canvas-container {
  justify-content: center;
  align-items: center;
}

 body {
    margin: 0;
    overflow: hidden;
  }
