body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
    color: #333;
}

.wrapper2 {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    color: black;
}

h1 {
    color: #444;
    font-size: 2em;
    margin-bottom: 10px;
}

.playlist-section p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 15px;
}

.playlist {
    list-style: decimal inside;
    padding: 0;
    margin: 0;
    text-align: left;
}

.playlist li {
    margin: 10px 0;
}

.playlist li a {
    color: #0073e6;
    text-decoration: none;
    font-size: 1.1em;
}

.playlist li a:hover {
    text-decoration: underline;
}

footer, header {
    background-color: #222;
    color: white;
    padding: 10px 0;
    text-align: center;
}
h1 {
    color: black;
}
.icons {
    font-size: x-large;
}
@media only screen and (max-width: 600px) {
    body {
        font-size: x-large;
    }
    
}
@media only screen and (max-width: 600px) {
    .icons {
        font-size: xx-large;
    }
    
}