.audio-player{
    bottom: 10px;
    margin-left: .75vw;
    background-color: #7b00f566;
    color: white;
    display: flex;
    align-items: center;
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border-radius: 50px;
    width: 2.5vw;
}
.playpause{
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    margin-right: 10px;
}