*{ 
    box-sizing:border-box;
}

body{
    background-color:#8fb6de;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.container{
    width:80%;
    height: 60%;
    margin:300px auto;
    background-color:white;
    border-radius:15px;
}

h1{
    text-align:center;
    color:#1f4e79;
    font-size: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #44a4ff;
}

.navigacija{
    text-align:center;
    margin-bottom:30px;
}

.navigacija a{
    text-decoration:none;
    color:#1f4e79;
    font-size: 20px;
    margin:0 20px;
    font-size: 25px;
}
.content{
    float:left;
    width:65%;
    background:#d6ebff;
    min-height: 250px;
}   
.desno{
    float:right;
    width:35%;
    background:#c4dff8;
    text-align:center;
    min-height: 250px;
}
h2{
    color:#1f4e79;
}
.desno img{
    width:433px;
    border-radius:15px;
    margin-bottom:30px;
    margin-top: 30px;
}
.desno ul{
    list-style:none;
    }
.galerija{
    float:left;
    width:18%;
    text-align:center;
}
.galerija img{
    width:100%;
}
.galerijaa{
    float:left;
    width:18%;
    text-align:center;
}
.galerijaa img{
    width:100%;
}
a:link {
    color: rgb(255, 0, 0);
}
a:visited {
    color: rgb(0, 0, 0);
}
a:hover {
    color: red;
}
a:active {
    color: grey;
}
p{
    font-size:20px;
}
.content h2{
    margin-bottom:40px;
}