/* Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.6;
  color: #111;
  background: #fff;
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 20px 120px;
}

h1 {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.tagline {
  color: #555;
  margin-bottom: 48px;
  font-size: 1em;
}

h2 {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  color: #333;
}

section {
  margin-bottom: 40px;
}

p {
  margin-bottom: 12px;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  margin-bottom: 12px;
}

a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
}

a:hover {
  color: #555;
}

.contact a {
  font-family: monospace;
  font-size: 0.95em;
}

@media (max-width: 480px) {
  body {
    font-size: 16px;
    padding: 48px 16px 80px;
  }
}
