
body {
    font-family: 'IM Fell English', serif;
    line-height: 1.6;
    color: #ECECEB; /* light text */
    background: #080808 url('https://moribundmurdoch.neocities.org/images/booksbackgroundwavy.gif') repeat;
    background-size: 250px;
    margin: 0;
    padding: 0;
}

/* ========== Typography ========== */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #ECECEB; /* light headings */
    font-family: 'IM Fell English', serif;
}

h1 { font-size: 2.5em; margin: 20px 0; }
h2 { font-size: 2em;   margin: 18px 0; }
h3 { font-size: 1.75em; margin: 16px 0; }
h4 { font-size: 1.5em; margin: 14px 0; }
h5 { font-size: 1.25em; margin: 12px 0; }
h6 { font-size: 1em; margin: 10px 0; }

p {
    font-size: 1em;
    margin: 10px 0;
    color: #ECECEB;
    font-family: 'IM Fell English', serif;
}

a {
    color: #BEBEBE; /* subtle light gray links */
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: 'IM Fell English', serif;
}

a:hover {
    color: #ECECEB; /* brighter on hover */
    text-decoration: underline;
}

h1 {
  text-align: center;
}

.profile-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  max-width: 800px;
  margin: 1rem auto;
}

.profile-card a {
  flex-shrink: 0;
  text-decoration: none;
  font-weight: bold;
  color: inherit;
}

.profile-card img {
  width: 100px;
  height: auto;
}

.profile-card h5 {
  margin: 0;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.5;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 6px;
  box-shadow: inset 0 0 6px #1b1b1b;
}
::-webkit-scrollbar-track {
  background-color: #000;
}
