body{
    background-color: #97adde; 
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    margin: 20px;
}
.pocetno, .playlist, .informacije{
    background-color: #fbc0e0;
    width: 600px;
    margin: 0 auto 20px auto; 
    padding: 20px;
    border: 2px solid #d62063;
    border-radius: 10px;
}
h1, h2{
    text-align: center;
    color: #D81B60;
}
.slika{
    margin-bottom: 20px;
    text-align: center;
}
.opis{
    background: #98b1ba;
    color: rgb(0, 0, 0);
    padding: 15px;
    width: 400px;
    height: 100px;
    overflow: scroll;
    border: 1px solid #4f3d98;
    margin: 0 auto;
}
.playlist{
    width: 400px;
    height: 200px; 
    overflow-y: scroll; 
    background-color: #22a997;
    border: 1px dashed #D81B60;
}
.lista{
    background-color: #9c0053;
    color: white;
    text-align: center;
    list-style-type: none;
}
.info{
    list-style-type: none;
    padding: 0;
}
.info{
    margin-bottom: 10px;
}
.info strong{
    color: #1e1bd8;
}
a{
    color: #1ea5b7;
    text-decoration: none;
    font-weight: bold;
}
a:hover{
    text-decoration: underline;
}