body {font-family: Verdana;
background-image: url(slike/background.jpg);}

nav {
padding: 20px;
font-size: 16pt;
background-color: rgb(255, 255, 255);
width: 400px;
margin: 0 auto;
text-align: center;
border-radius: 50%;
}

nav a{text-decoration: none;
padding: 0 12px 0 12px;
color: rgb(38, 38, 71);
font-weight: bold;}

nav a:hover{text-decoration: none;
color: rgb(38, 38, 71);
font-weight: bold;}

#omeni {
background-color: rgb(255, 255, 255);
color: rgb(24, 112, 189);
width: 60%;
height: 250px;
text-align: center;
font-size: 18pt;
margin: 0 auto;
margin-top: 150px;
}

#usluge {
    color: #fff;
    text-align: center;
  font-size: 14pt;
margin: 0 auto;
padding-top: 150px;}

    #usluge h2 {
        margin: 0 auto;
      background-color: rgb(38, 38, 71);
      width: 50%;
      padding: 25px;
      float: center;
      margin-bottom: 25px;
    }

#projekti {
    color: #fff;
    text-align: center;
float: center;
padding-top: 150px;
}

#projekti img {
        padding-left: 25px;
}

