body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
  color: #111827;
  line-height: 1.7;
}
span{
  font-size: 18px;
  font-weight: bold;
}
.styled_undertitle{
  font-size: 28px !important;
}
p {
  margin: 12px 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}
td, th {
  border: 1px solid #e5e7eb;
  padding: 10px;
  vertical-align: top;
}
.styled_undertitle{
    font-size: 26px;
    color: rgb(20, 20, 20);
}
