body{
    background-color: rgb(105, 133, 102);
    background-image: url(../2zadatak_1_7_1/img/pozadina.png);
    background-repeat: repeat;
}

#glavni{

    background-color: rgb(250, 250, 249);
    width: 800px; 
    height: 700px;
    margin: auto;
    text-align: center;
    margin-top: 50px;
    padding-top: 50px;

}
#izbornik{

border: 1px solid #000000;
width: 600px;
height: 50px;
margin: auto;

}
.linkovi{

border: 1px solid #000000;
width: 148px;
height: 35px; 
float: left; 
padding-top: 15px;
}

.linkovi:hover{

    border: 1px solid #000000;
    width: 148px;
    height: 35px; 
    float: left; 
    padding-top: 15px;
    background-color: rgb(100, 136, 93);
    }
a:visited {
        color: rgb(0, 0, 0);
        
      }.active{

        width: 100px;
    
        height: 35px;
    
        float: left;
    
        padding-top: 15px ;
    
    }
    
     
    
a{

    text-decoration: none;
}