body {
    background-color: #0E0E0E;
   }
   video {
       position: absolute;
       max-width: 100%;
       max-height: 100%;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
   }
   #waveform {
    min-height: 300px;
   }
   