@font-face {
  font-family: OpenSans;
  src: url(../fonts/OpenSans-VariableFont_wdth,wght.ttf);
}
body {
  font-family: OpenSans;
  padding: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
  color: #4d4d4d;
}
h1 {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  position: relative;
  margin-bottom: 2.5rem;
}
h1::after {
  position: absolute;
  width: 5rem;
  height: 3px;
  left: 50%;
  margin-left: -2.5rem;
  bottom: -4px;
  background: #e53b4a;
  content: '';
}
h2 {
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
  margin-top: 2rem;
}
h2::after {
  position: absolute;
  width: 5rem;
  height: 3px;
  left: 1px;
  bottom: -4px;
  background: #e53b4a;
  content: '';
}
h3 {
  font-size: 1.25rem;
}
h4 {
  margin: 1rem 0;
}
.table {
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  margin: 1.3rem 0;
}
th, td {
  padding: 0.65rem 1.65rem;
  border: 1px solid;
}
.section {
  margin: 2rem 0;
}
a {
  color: #e53b4a;
  text-decoration: none;
}
