body{
    background-image: url(../img/pozadina.jpg);
}
#glavni{
    background-color: black;
    width: 500px;
    height: 700px;
    margin: auto;
    margin-top: 100px;
    opacity: 90%;
    padding-top: 50px;
}
#izbornik{
    width: 400px;
    height: 50px;
    background-color: white;
    margin: auto;
}
.link{
    border: 1px solid rgb(0, 0, 0);
    width: 98px;
    height:33px;
    float:left;
    text-align: center;
    padding-top: 15px;
    text-decoration: none;
    color: black;
}
.link:visited{
    color: red;
}
.link:hover{
    color: blue;
}
.link:active{
    color: black;
}
h1{
    text-align: center;
}
.forma{
    color: white;
}
#sadrzaj p{
    text-align: center;
    color: white;
    font-size: 20px;
}
#paragraf{
    padding-top: 100px;
}
#akcija1{
    width: 200px;
    padding-top: 50px;
    float: center;
}

