body {
  font-family: "Segoe UI", Roboto, sans-serif;
  padding: 40px;
  line-height: 1.6;
  margin: auto;
  max-width: 760px;
  color: #2c3e50;
}

.box {
  border: 1px solid #e3cdd9;
  padding: 24px;
  border-radius: 8px;
  background: #fbf7f9;
}

h1 {
  color: #9c5c7c;
}

/* Pin every link state so visited links don't turn the default purple. */
a,
a:visited,
a:active {
  color: #9c5c7c;
  font-weight: 600;
}

.nav-header {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
  font-size: 0.95em;
  color: #7f8c8d;
}

.nav-separator {
  margin: 0 8px;
  color: #ccc;
}

.current-page {
  color: #2c3e50;
  font-weight: bold;
}

.btn {
  display: inline-block;
  background: #9c5c7c;
  color: #ffffff !important;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 20px;
}
