body {
  background-color: #1E3A8A;
  color: white;
  font-family: 'Inter', sans-serif;
  text-align: center;
  padding: 60px 20px;
  margin: 0;
}

h1 {
  font-size: 2.8rem;
  color: #EFBF04;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 20px;
}

p {
  font-size: 1rem;
  margin: 10px auto 30px;
  max-width: 700px;
  line-height: 1.5;
}

.hero {
  padding: 20px 0 40px;
}

footer {
  font-size: 0.9rem;
  margin-top: 60px;
  color: #ccc;
}

.site-footer p {
  margin: 4px auto;
}

.site-footer .powered-by {
  font-size: 0.9rem;
}

.footer-link {
  color: #ccc;
  text-decoration: none;
  font-size: 0.85rem;
  margin: 0 6px;
}

.footer-link:hover {
  color: #EFBF04;
  text-decoration: underline;
}

.dgm-link {
  color: #EFBF04;
  text-decoration: none;
}
.dgm-link:hover {
  text-decoration: underline;
}