body{
    background-image: url("IMG/pozadina\ \(1\).jpg");
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

.glavni{
    height: 1300px;
    width: 65%;
    min-width: 800px;
    margin: auto;
    background-color: rgba(217, 212, 212, 0.576);
    border: dotted rgb(0, 0, 0) 2px;
}



.boxovi{
    height: 175px;
}

.box{
    float: left;
    background-image: url(IMG/box_pozadina.png);
    height: 110px;
    width: 300px;
    padding: 0px 20px 20px 20px;
    margin: 0px 15px 15px 15px;
    overflow: auto;
    border-top: 10px solid rgb(0, 149, 255);
    border-left: 10px solid rgb(0, 149, 255);
    border-bottom: 10px double rgb(0, 149, 255);
    border-right: 10px dashed rgb(171, 32, 141);
}

.sadrzaj{
    height: 1000px;
}

h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(0, 0, 0);
    text-align: center;
}

.slike{
    height: 700px;
}

.slike div{
    margin: 1%;
    float: left;
    width: 31.333%;
    height: 250px;
    background-image: url(IMG/pozadina\ \(1\).jpg);
    background-size: cover;
    align-content: center;
    border: 1px rgb(0, 0, 0) solid;
    box-sizing: border-box;
}

.link{
    height: 75px;
}

.link a{
    float: right;
    display: inline-block;
    margin: 5px;
    background-color: rgb(88, 233, 209);
    padding: 5px;
    border: 2px solid rgb(0, 0, 0);
    text-decoration: none;
}

.link a:hover{
    border: 2px solid rgb(0, 0, 0);
    background-color: rgb(101, 206, 204);
}