/* sets background to different colors */
#wavesurfer {
    background-color: red;
}

#relaxing {
    background-color: blue;
}

#astral {
    background-color: green;
}