* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #222;
  background: #f7f7f7;
}
main {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 20px 48px;
  background: #fff;
  min-height: 100vh;
}
.notice {
  background: #fff7e6;
  color: #b45309;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
}
h1 { font-size: 28px; margin-top: 16px; }
h2 { font-size: 18px; margin-top: 28px; color: #07c160; }
h3 { font-size: 16px; margin-top: 20px; color: #333; }
a { color: #07c160; }
.tagline { color: #666; }
.links { list-style: none; padding: 0; }
.links li { margin: 12px 0; }
.links a { font-size: 18px; font-weight: 600; text-decoration: none; }
.links a:hover { text-decoration: underline; }
  table { width: 100%; border-collapse: collapse; margin: 12px 0; font-size: 14px; }
  .table th, .table td { border: 1px solid #eee; padding: 8px; text-align: left; }
  .company { color: #555; line-height: 1.6; margin-bottom: 20px; font-size: 14px; }
nav { margin-top: 40px; padding-top: 20px; border-top: 1px solid #eee; }
