body {
  background:
    linear-gradient(rgba(15, 20, 25, 0.85), rgba(15, 20, 25, 0.85)),
    url("/assets/bg6.jpg") center / cover no-repeat fixed;

  color: #e5e7eb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
  margin: 0;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
}

a {
  color: #60a5fa;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.nav {
  border-bottom: 1px dashed #374151;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.nav a {
  margin-right: 12px;
}

h1, h2 {
  font-weight: normal;
}

.section {
  margin-bottom: 28px;
}

.footer {
  border-top: 1px dashed #374151;
  padding-top: 10px;
  margin-top: 40px;
  font-size: 14px;
  color: #9ca3af;
}

ul { margin: 8px 0 0 20px; }
li { margin: 6px 0; }

/* ===== additions for centered header ===== */

.center {
  text-align: center;
}

.title {
  margin-bottom: 4px;
}

.menu a {
  margin: 0 8px;
}

.divider{
  width: 420px;
  max-width: 100%;
  height: 1px;
  margin: 12px auto;
  background: #9ca3af;
  opacity: 0.7;
}




.name {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.8px;
  line-height: 1.1;
}


.tagline {
  font-size: 16px;
  color: #9ca3af;
  margin-top: 6px;
}

