 /* Style for the body */
 body {
    font-family: Arial, sans-serif;
    margin: 50;
    padding: 0;
    background-color: rgb(228, 228, 228);
  }

  
  /* Style for the header */
  h1 {
    text-align: center;
    margin: 30px 0;
    font-size: 30pt;
    color: rgb(172, 21, 51); 
    /*background-color: rgb(255, 255, 255);*/
    
  }
  h2 {
    color: rgb(193, 103, 87);
    /*background-color: rgb(255, 255, 255); */
  }
/*različni b*/
  b {
    margin-bottom: 5px;
    line-height: 1.5;
    color: #8779b8;
  }

  .b-prijava {
    color: #da0057;
    font-size: 16px;
  }

  .b-cilji {
    color:#337ab7;
  }

  .b-vsebina {
    color:#337ab7;
  }

  .b-urnik {
    color:seagreen
  }
  .b-oblika{
    color:rgb(67, 157, 182)
  }
/*linki*/
  a {
    color: #0916a5f7;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
    font-weight: bold;
    text-align: left;
  }
  
  /* Style for the footer */
  footer {
    text-align: center;
    padding: 10px;
    background-color: #f2f2f2;
  }
  
  /* Style for the footer links */
  footer a {
    color: #337ab7;
  }
  
  footer a:hover {
    text-decoration: underline;
  }
 