blockquote {
    margin: 1.5em 0;
    padding: 0.5em 1em;
    border-left: 4px solid #ccc;
    background-color: #f9f9f9;
    color: #555;
    font-style: italic;
}
.article-site{
    margin-left: 10%;
    margin-right: 10%;
    color: white;
}
/* per il mobile portiamo la % a 2% */
@media (max-width: 768px) {
    .article-site {
        margin-left: .5%;
        margin-right: .5%;
    }
}

.article-header{
    color: white    ;
}

.link-spotify-text{
    color: white;
    font-size: 1.4em;
   
    font-weight: bold;
    text-decoration: none;
}
.link-ext-platform{
    text-decoration: none;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 6px;
    margin-left: 10px;
}
.link-ext-platform:hover{
    background-color: #d4e9d17c;

}