@charset "UTF-8";

.body {
    background-image: linear-gradient(90deg, #f2f2f2, #ebf8f9, #ebf8f9, #f2f2f2);
}

.header::before {
    background-color: #2c3e50;
}

.nav, .screen, .list, .details, .playlist, .summary, .article {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 12px #d3e3fd;
}