:root {
    --primary-color: #15a6e9;
}

body {
    background-color: var(--primary-color);
}

.artist{
    color: #545454;
}

.song{
    color: green;
}

.remix{
    color: #000099;
}
