body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
  color: #172033;
  background: #f7fafc;
}

main {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 64px;
}

h1,
h2 {
  color: #0f172a;
  line-height: 1.2;
}

h1 {
  margin: 0 0 18px;
  font-size: 36px;
}

h2 {
  margin: 34px 0 10px;
  font-size: 24px;
}

p,
li {
  font-size: 16px;
}

a {
  color: #0f766e;
  font-weight: 700;
}

.note {
  padding: 16px 18px;
  border-left: 4px solid #0f766e;
  background: #ffffff;
}
