* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #0f0f0f;
  color: #eaeaea;
}

.container {
  max-width: 720px;
  margin: 0 auto;
  padding: 80px 24px;
}

h1 {
  font-size: 2.2rem;
  margin-bottom: 0.2em;
}

h2 {
  font-weight: 400;
  color: #aaaaaa;
  margin-top: 0;
}

.intro {
  margin: 32px 0;
  font-size: 1.1rem;
  line-height: 1.6;
}

.services {
  margin: 32px 0;
  padding-left: 18px;
}

.services li {
  margin-bottom: 10px;
}

.cred {
  margin-top: 40px;
  font-size: 0.95rem;
  color: #bbbbbb;
}

.contact {
  margin-top: 40px;
}

a {
  color: #ffffff;
  text-decoration: underline;
}
