/* Base Layout */
body {
  max-width: 760px;
  margin: 48px auto;
  padding: 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.7;
  color: #222;
  background-color: #fff;
}

/* Headings */
h1 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 24px;
}

h2 {
  font-size: 20px;
  margin-top: 48px;
  margin-bottom: 16px;
}

h3 {
  font-size: 16px;
  margin-top: 32px;
  margin-bottom: 12px;
}

/* Paragraphs */
p {
  margin: 0 0 18px 0;
}

/* Lists */
ul {
  margin: 0 0 18px 20px;
}

li {
  margin-bottom: 8px;
}

/* Small text */
small {
  color: #666;
}

/* Links */
a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Language switch */
.lang-switch {
  text-align: right;
  font-size: 14px;
  margin-bottom: 20px;
}