html {
    font-size: 62.5%;
  }
  
  body {
    font-size: 1.7rem;
    background-color: #ffffff;
  }
  
  table {
    width: 100%;
  }
  
  th {
    text-align: left;
  }
  
  a {
    color: black;
  }
  
  a:hover {
    color: #8b7a26; /* darken(var(--primary), 25) */
  }
  
