 /* Style for the body */
 body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }

  
  /* Style for the header */
  h1 {
    text-align: center;
    margin: 30px 0;
    font-size: 30pt;
    color: rgb(163, 37, 156); /* Rdeča barva besedila */
    background-color: rgb(255, 255, 255); /* Rumena barva ozadja */
    
  }

  b {
    margin-bottom: 5px;
    line-height: 1.5;
    color: #367a97;
  }
/*linki*/
  a {
    color: #938193f7;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  /* 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;
  }