.audio-controls{
    width: 100%;
    height: 100%;
    /* background-color: green; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: url('./img/talk_to_me2.jpg'); */
    background-size: cover;

}



.music-icon{
    width: 30%;
    height: auto;
    padding: 20px;
    border-radius: 50%;
}

.audio-controls:hover .music-icon{
    background-color: rgba(255,255,255,0.5);
}