img {
  max-width: 100%;
}


h1, h2, h3, h4, h5, h6 {
  margin-block: 1rem;
}

h1 {
  font-size: 32px;
  font-weight:600
}

h2 {
  font-size: 24px;
  font-weight:600
}

h3 {
  font-size: 20px;
  font-weight:600
}

h4 {
  font-size: 16px;
  font-weight:600
}

h5 {
  font-size: 14px;
  font-weight:600
}

h6 {
  font-size: 12px;
  font-weight:600
}

p {
  margin-top: 0;
  margin-bottom:10px
}