body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  color: #111;
  max-width: 700px;
  margin: 60px auto;
  padding: 0 20px;
  line-height: 1.6;
}

img {
  width: 220px;
  border-radius: 8px;
  margin-bottom: 24px;
}

h1 {
  font-size: 1.4em;
  font-weight: 600;
}

h2 {
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 48px;
}

h3 {
  font-size: 1.05em;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 10px;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding-left: 20px;
}

li {
  margin-bottom: 8px;
}
