body{
    background-color: lightblue;
    background-image: url(../70484.png);
    background-repeat: repeat;
    background-size: 200px;
}
#prvi{
    background-color: rgb(173, 246, 230);
    width: 600px;
    height: 700px;
    margin: auto;
    margin-top: 100px;
    border-radius: 30px;
}
h1{
    text-align: center;
    font-style: italic;
    color: darkgreen;
}
a{
    text-decoration: none;
    color: darkgreen;
}
a:hover{
    background-color: lightgreen;
}
#drugi{
    background-color: rgb(101, 187, 190);
    width: 400px;
    height: 500px;
    margin: auto;
    margin-top: 40px;
}
p{
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 40px;
}
body.tijelo{
    background-image: url(../130798.jpg);
    background-repeat: no-repeat;
    background-size: 1600px;
}
p:nth-child(odd){
    color: white;
}
