body{
    background-color: rgb(38, 53, 71);
}
#Ado_banner{
    height: 250px;;
    width: 100%;
}
.izvodac img{
    height: 350px;
    width: 30%;
}
.izvodac h1{
    text-align: center;
    color: aliceblue;
    font-size: 90px;
}
.izvodac p{
    border: 1px solid black;
    padding: 30px;
    width: 30%;
    height: 40px;
    background-color: rgb(58, 82, 78);
}
.pjesme{
    border: 1px solid black;
    padding: 20px;
    width: 10%;
    height: 100px;
    font-size: small;
    overflow: auto;
}