body {
  background-color: #3b1010;
  color: #ffffff;
  padding-top: 80px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a {
  color: #ffffff;
}

a:hover {
  color: #e0c0c0;
}

#homeNavbar {
  background-color: #3b1010;
  padding: 1.25rem 2rem;
}

.navbar-brand {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.02em;
}

.home-heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.home-info {
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.nav-link {
  font-size: 0.9rem;
  padding-left: 1.25rem !important;
}

.nav-item.active .nav-link {
  text-decoration: underline;
  text-underline-offset: 4px;
}

hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

h3 {
  font-family: Georgia, 'Times New Roman', serif;
  margin-bottom: -10px;
}

h5 {
  font-family: Georgia, 'Times New Roman', serif;
  text-align: right;
  margin-top: -10px;
}

.info {
  font-size: larger;
  list-style: none;
  text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#profile-img {
  width: 90%;
  margin-top: 20px;
}

#bio-text {
  margin-top: 50px;
}

#proof-container {
  max-width: 90%;
}

#appearances {
  font-weight: bold;
  font-size: large;
}

#appearances li {
  margin: 5px;
}

figure {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

figcaption {
  font-weight: normal;
  font-size: 0.9rem;
  margin-top: 0.4rem;
}

.appearance-photo {
  width: 100%;
}

.site-footer {
  margin-top: auto;
  padding: 2rem 3rem;
  background-color: #f5e4e0;
}

.footer-brand {
  color: #8b3030;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.footer-tagline {
  color: #c0392b;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.footer-attribution {
  color: #3b1010;
  font-size: 0.85rem;
  margin-bottom: 0;
}

.footer-attribution a {
  color: #c0392b;
}
