 /* 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(180, 46, 73); 
    background-color: rgb(255, 255, 255);
    
  }
  h2 {
    color: rgb(13, 13, 13);
    background-color: rgb(172, 172, 181); 
  }

  b {
    margin-bottom: 5px;
    line-height: 1.5;
    color: #49b41b;
  }
/*linki*/
  a {
    color: #0916a5f7;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
    font-weight: bold;
  }
  
  /* 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;
  }