.lista {
   background-color: rgb(207, 22, 53);
   padding: 20px;
   margin: 20px;
   height: 200px;
   overflow: scroll;
   color: white;
   border: 2px rgb(2, 5, 48);

}
.opis {
    height: 150px;
    overflow: auto;
    border: 2px rgb(2, 5, 48);
    padding: 10px;
    margin: 20px;
    background-color: rgb(207, 22, 53);
}
.album {
    position: relative;
    bottom: 150px;
    left: 375px;
    color: rgb(212, 209, 13);
}
body {
    font-family: Arial, sans-serif;
    background-color: rgb(3, 10, 110)
}
.naslov {
    color: rgb(207, 22, 53);
    text-align: center;
    font-size: 75px;
}
div {
    border-radius: 10px;
}

img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border: 2px solid rgb(3, 10, 110);
}
p {
    color: rgb(212, 209, 13);
}
a:link {
    text-decoration: underline;
    color: rgb(212, 209, 13);
}
a:active {
    color: rgb(212, 209, 13);
}
a:visited {
    color: rgb(207, 22, 53);
}
.info {
    color: rgb(207, 22, 53);
}
.informacije {
    text-align: center;
}