h3 {
    font-size: 24px !important;
    padding-top: 25px !important;
  }

  h3 {
    font-size: 20px !important;
    padding-top: 25px !important;
  }

h5 {
    font-size: 20px !important;
    padding-top: 20px !important;
  }

  table {
    border-collapse: collapse;
    width: 100%;
  }
  
  th, td {
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
  }
  
  thead tr {
    background-color: orange;
    color: white;
  }
  
  tbody tr:nth-child(even) {
    background-color: #f2f2f2; /* light gray */
  }