body {
  margin: 0;
  background: #ffffff;
  color: #111111;
  font-family: "Times New Roman", Times, serif;
  line-height: 1.35;
}

main {
  max-width: 860px;
  padding: 28px 20px 80px;
  margin: 0 auto;
}

h1 {
  font-size: 66px;
  line-height: 1.06;
  margin: 0 0 26px;
  font-weight: 700;
}

h2 {
  font-size: 64px;
  line-height: 1.06;
  margin: 52px 0 18px;
  font-weight: 700;
}

h3 {
  font-size: 52px;
  line-height: 1.08;
  margin: 42px 0 16px;
  font-weight: 700;
}

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

ul {
  margin-top: 8px;
}

.meta {
  margin: 10px 0;
}

.meta strong {
  font-weight: 700;
}

a {
  color: #0a56ff;
}

@media (max-width: 768px) {
  h1 { font-size: 64px; }
  h2 { font-size: 58px; }
  h3 { font-size: 46px; }
  p, li { font-size: 20px; }
}
