body {
    padding: 60px 0;
    margin: 0 auto;
    width: 99%;
    text-align: center;
    font-family: arial, verdana, helvetica, sans-serif;
    hyphens: auto;
    background: #8f0000;
    color: #fff00e;
    font-size: 1.2em;
}
h1 {
    font-size: 1.5em;
}

ul.playlist {
    list-style: none;
    text-align: left;
    margin: 0 auto;
    display: block;
    width: max-content;
}

li {
    padding: 0.5em 0;
}
li:before {
    content: ">";
    margin-right: 5px;
}

a, a:visited {
    color: #fff00e;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}