* {
    margin: 0px;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: Helvetica, sans-serif;
    text-align: center;
    color: white;
    /* border: 1px dashed red; */ 
}

body {
    background-color: rgb(255, 255, 255);
}

a {
    color: rgb(0, 0, 0);
}

.spotify:hover {
    color: rgb(35, 133, 31);
    size-adjust: 20px;
    transition: .5s;
}

.applemusic:hover {
    color: rgb(172, 25, 25);
    size-adjust: 20px;
    transition: .5s;
}

.soundcloud:hover {
    color: rgb(172, 91, 25);
    size-adjust: 20px;
    transition: .5s;
}

.instagram:hover {
    color: rgb(166, 36, 181);
    size-adjust: 20px;
    transition: .5s;
}

p {
    margin: 100px;
}


/* @media screen and (max-width: 500px) {

article {
    justify-content: center;
    text-align: center;
}

ul li {
    justify-content: center;
    text-align: center;
}


} */
