html {
    background-image: url(assets/b.gif);
}

h1 {
    background-color: rgb(255, 255, 255, 1);
    filter: blur(1px);
    font-size: xx-large;
    width: 790px;
}
h3{background-color:mediumpurple;width:fit-content;color:white;}
article {
    background-color: rgb(255, 255, 255, 1);
    border-radius: 100px;
    width: 200px;
    height: 260px;
    box-shadow: (8px, 8px, 8px);
    align-content: center;
}

p{color:white;}

.blur {
    border: ridge;
    border-width: 10px;
    border-color: darkgoldenrod;
}

ul {
    list-style-image: url(assets/cassette.gif);
}

#songz {
    background-color: #f1f1f1;
    width: 379px;
    height: 298px;
}

audio  {
background-image: url(assets/equaliser-animated-green.f5eb96f2.gif);
width:200px}
