html {
  font-size: 16px;
}

body {
  font-family: 'Roboto','Noto Sans',sans-serif;
  font-size: 0.95rem;
  -webkit-font-smoothing: subpixel-antialiased;
  
  /* background-image: linear-gradient(90deg, #e5e5dd 0%, #fff 2%, #fff 98%, #e5e5dd 100% );
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; */
  background-color: rgb(247, 247, 247);
  color: #444;
  margin: 0;
}
h1 {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: 'poppins','Roboto','Noto Sans','factoria', serif; 
  margin-bottom: 1.25rem;
  /* border-bottom: 1px solid #C8C372; */
}
h2 {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'poppins','Roboto','Noto Sans', serif; 
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #C8C372;
}
h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 3px;
  margin-bottom: 1rem;
}
h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 3px;
  margin-bottom: 1rem;
}

.table > :not(:first-child) {
  border-top: 0;
}