  
  body {
    font-family: "Helvetica", sans-serif;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 10px;
  }
  
  h1,
  h2 {
    font-weight: bold;
    font-size: 28px;
    margin-block: 0em;
  }

  p {
    font-size: 16px;
  }

  ul {
    font-size: 16px;
    
  }
  
  a {
    color: rgb(0, 0, 0);
    text-decoration-thickness: 1.5px;
    text-underline-offset: 6px;
  } 
