
h1 {
    color: #ebe9e9;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
  }
  
  
  h2 {
    color: #333; 
    font-family: Arial, sans-serif;
  }
  
  
  p {
    font-family: Arial, sans-serif; 
  }
  

  ul {
    list-style-type: inherit; 
  }
  
  
  li {
    margin-bottom: 5px; 
  }
  

  b {
    font-weight: bold; 
  }
  
  
  font {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }
  
 
  
  
  body {
    background-image: url(slike/croatia-4754109.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #faf0f0; }

#prvi {
background-color: #e9cfcf;
  border: 5px solid #000000;
  padding-left: 5px;
  margin-left: 100px;
  margin-right: 100px;
  border-style: double;
  font-size: 15pt;
  
  h2{
    text-align: center;
    font-style: oblique;
   font-family: Arial, Helvetica, sans-serif;
  }
}


#drugi {
  background-color: #e9cfcf;
    border: 5px solid #000000;
    padding-left: 5px;
    margin-left: 100px;
    margin-right: 100px;
    border-style: double;
    font-size: 15pt;

    h2{
      text-align: center;
      font-style: oblique;
     font-family: Arial, Helvetica, sans-serif;
    }
  }
  


  #treci {
    background-color: #e9cfcf;
      border: 5px solid #000000;
      padding-left: 5px;
      margin-left: 100px;
      margin-right: 100px;
      border-style: double;
      font-size: 15pt;

      h2{
        text-align: center;
        font-style: oblique;
       font-family: Arial, Helvetica, sans-serif;
      }
    }
    

    nav {
      width: 100%;
      position: fixed;
      z-index: 1;
      top: 100px;
      font-size: 20pt;
      font-weight: bold;

      ul{width:35%; margin:0 auto; list-style:none;}

ul li{float:left; margin-right:30px;}

ul li a{color:#ffffff; text-decoration:none;}

ul li a:hover{text-decoration:underline;}

h1{color:#ffffff; text-align:center; margin-top:150px; font-size: 25pt;}

     }


   