body{
    background-color: rgb(187, 235, 235);
}
h1{
    font-size: 50px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: black;
}
a{
    font-size: 20px;
    color: black;
    
}
#sadrzaj{
    background-color: lightyellow;
    width: 400px;
    height: 270px;
    border: 3px solid black;
    text-align: center;
    margin: auto;
}
span{
    color: red;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
h2{
    text-align: center;
    color: grey;
}
#sadrzaj2{
    background-color: lightblue;
    width: 400px;
    height: 270px;
    border: 3px solid black;
    text-align: center;
    margin: auto;
}
.prvi{
    color: blue;
}
img{
    width: 460px;
    height: 360px;
}
.drugi{
    color: rgb(161, 73, 73);
}
a{
    color: darkblue;
    text-decoration: none;
    border: 3px solid black;
}