#prvi{
    background-image: url(../img/cover.jpg);
    background-size: cover;
    color: white;
    text-align: center;
.link{
    text-decoration: none;
    color:rgb(255, 0, 0);
    font-weight: bolder;
    font-size: larger;
}
.link:hover{
    color: rgb(68, 50, 165);
}
}
#oplanetuzemlji{
    background-image: url(../img/pozadina1.png);
    background-size: 150px;
    text-align: center;
}
.link2{
    text-decoration: none;
    color: black;
}
.link2:hover{
    color: rgb(38, 0, 255);
}
h2{
    color: blue;
    font-family:Georgia, 'Times New Roman', Times, serif;
}
#zanimljivosti{
    background-image: url(../img/pozadina1.png);
    background-size: 150px;
    text-align: center;
}
.link3{
    text-decoration: none;
    color: black;
}
.link3:hover{
    color: rgb(38, 0, 255);
}


