body {
  background: linear-gradient(135deg, var(--black) 0%, var(--black) 40%, #a53d11 100%);
  color: var(--text);
  margin: 0;
  height: 100vh;
}

main {
  background-color: color-mix(in srgb, var(--black), transparent 60%);
  max-width: 60rem;
  margin: 0 auto;
  display: flex;
  height: 100%
}

.sidebar {
  width: 20%;
  padding-right: 1rem;
  padding-left: 1rem;
  
}

.center {
  flex: 1;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

.profile {
  width: 12%;
  border: 1px solid #666;
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  margin-top: -3rem;
  margin-bottom: -1.5rem;
  position: relative;
  z-index: 1;
}


article {
  padding: 1rem;
}

.introduction {
  max-height: 20rem;
  overflow-y: auto;
}

.banner {
  object-fit: cover;
  display: block;
  height: 18%;
  width: 100%;
  object-position: center;
  object-position: center 70%;
  border-bottom: 1px solid #666;
}

.home {
  border-top: 1px solid #666;
}

nav {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #666;
  padding-top: 0.5rem;
}

nav a {
  font-size: 1.2em;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: var(--anchor);
}

h1, h3 {
  font-family: "Lexend", sans-serif;
  font-size: 2.3em;
  word-spacing: 0.2em;
}

h2 {
  font-family: "Delius", cursive;
  font-size: 1.2em;
}

h3 {
  font-size: 1.4em !important;
  margin: 0.5rem 0 0 0;
}

body, a, p {
  font-family: "Inter", sans-serif;
}

h1, h2, p {
  margin: 0.5rem 0;
}
