.player::before {
    content: "";
    display: block;
    position: relative;
    width: calc(40% -20px);
    height: 300px;
    max-width: 300px;
    background-position: 0 0;
    background-size: 100% 100%;
    background-image: url(https://i.scdn.co/image/ab67616d0000b273ad6359a4ef56eefa9be4b5f3);
}

.player {
    padding: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #FF7A01;
    color: #FF7A01;
    width: 300px;
    border: none;
    margin-left: 35px;
}

audio {
    margin-top: 5px;
    width: 100%;
    height: 30px;
    outline: none;
    margin-bottom: -3px;
    filter: invert(1)brightness(0.4);
}

