body {
  background-color: #1e003d;
  color: #f0e6ff;
  font-family: 'Georgia', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  line-height: 1.6;
  padding: 2rem;
  margin: 0;
}
main {
  max-width: 800px;
  margin: auto;
}
h1 {
  color: white;
  font-size: 2rem;
  margin-bottom: 1rem;
}
h2 {
  margin-top: 2rem;
  color: #f8d3ff;
}
p.subtitle {
  font-style: italic;
  margin-top: -1rem;
  color: #ccc;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin: 2rem 0;
}
.journey-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem 3rem;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4;
}

.journey-link {
  color: #66ccff; /* Brighter blue */
  font-weight: 500;
  letter-spacing: 0.3px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.journey-link:hover {
  color: #aaddff;
  border-bottom: 1px solid #aaddff;
  text-shadow: 0 0 2px #88ccff;
}
.portal-button {
  color: #339cff;
  text-decoration: underline;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: 'Cormorant Garamond', serif;
  max-width: 150px;
  line-height: 1.3;
  text-align: left;
}

.portal-button:hover {
  color: #ffffff;
  transform: scale(1.05);
  cursor: pointer;
}

.main-button:hover {
  transform: scale(1.03);
  background-color: #f5f0ff;
}
.contact {
  margin-top: 2rem;
  font-size: 0.9rem;
}
.preamble {
  margin-top: 2rem;
}
footer.footnote {
  margin-top: 4rem;
  font-size: 0.8rem;
  color: #c4b3d5;
}
