
  body {
    background-color: #000000ff;/* Dark background */
    color: #f4f1ee;
    font-family: 'EB Garamond', serif;
    font-size: 19px;/* The time it took me to finalize */
    line-height: 1.8;
    max-width: 700px;/* 700 or 800; will deliberate for eternity */
    margin: auto;
    padding: 2rem;
  }
  small, footer, .audio-caption {
    font-family: 'DM Sans', sans-serif;
  }
  /* === Background Decoration(Whatever, subject to change) === */
  .home .background-cube {
    background-image: url('/assets/cube.png'); /* Got it here - https://ghpages.noahdoersing.com/tixyz/?code=i+%2F+2 - cool site! */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 700px;
    opacity: 0.1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 0;/* Place it behind all other content, Yep! */
    pointer-events: none;
  }

  /* Content sits above the background cube */
  .home .content {
    position: relative;
    z-index: 2;
  }


  header {
    background-color: #000000ff; 
    text-align: center;
    padding: 2rem 1rem;
  }

  header h1 {
    margin: 0;
    color: #ff6b6b;
    font-size: 2.2rem;
    letter-spacing: 0.05rem;
    text-shadow: 1px 1px 2px #000;
  }

  header p {
    font-size: 1rem;
    color: #f4f1ee;
    margin-top: 0.5rem;
  }
  .breadcrumb {
      position: absolute; 
      left: 20px;
      top: 20px; 
      font-family: 'EB Garamond', serif;
      font-size: 18px;
      color: white;
  }

  .breadcrumb a {
      text-decoration: none;
      font-style: italic;
      color: white;
      font-weight: 500;
  }

  .breadcrumb span {
      color: gray; 
  }

  .breadcrumb a:hover {
      text-decoration: none;
      color: #ff6b6b;
  }

  nav {
    margin-top: 1rem;
  }

  nav a {
    margin: 0 1rem;
    text-decoration: none;
    color: #eae0d5;
    font-weight: 500;
    transition: color 0.3s ease;
  }
  a {
    color: #ff6b6b;
    text-decoration: none;
  }

  a:hover {
      color: #ff6b6b;
    text-shadow: 0 0 3px rgba(255, 107, 107, 0.5);
    text-decoration: underline;
    transform: translateY(-2px);/* lift effect */
    transition: all 0.2s ease;
  }

  .nav-pill {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    margin: 0.2rem;   /* Margin for spacing between pills */
    background-color: #1a1a1a;
    border-radius: 8px;
    font-style: italic;
    color: #ff6b6b;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .nav-pill:hover {
    background-color: #2a2a2a;
    color: #ffa3a3;
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(255, 107, 107, 0.3);
  }  

  main {
    max-width: 700px;
    margin: 2rem auto;
    padding: 0 1rem;
  }

  section h2 {
    font-size: 1.5rem;
    border-bottom: 1px solid #333;
    color: #f4f1ee;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }

  .audio-caption {
    text-align: center;
    font-size: 0.9rem;
    font-style: italic;
    color: #aaa;
    padding: 4px;
  }
  footer {
    background-color: #000000ff;
    border-top: 1px solid #333;
    color: #a8a6a1;
  }
  footer a {
    color: #ff6b6b;
    font-family: 'EB Garamond', serif;
  }

  footer a:hover {
    text-decoration: underline;
  }
@media (max-width: 600px) {/* Responsive styles for smaller screens */
  body {
    font-size: 16px;
    padding: 1.5rem;
  }
  main {
    max-width: 700px;
    margin: 2rem auto;
    padding: 0 1rem;
  }
  header h2 {
    font-size: 1.6rem;
  }

  .nav-pill {
    padding: 0.25rem 0.6rem;
    font-size: 0.95rem;
  }

  main {
    padding: 0 0.5rem;
  }

  .background-cube {
    background-size: 400px;
  }
  .sidenote {
    float: none;
    display: block;
    width: 100%;
    border-left: none;
    margin: 0.5em 0;
    padding: 0;
  }
}

.date {
  font-size: 0.99rem;
  font-style:italic;
  float : right;
  margin-right: 8px;
}
.log_gist {
  font-size: 0.9rem;
  font-style:italic;
  color: #aaa;
  margin-left: 0.5rem;
}
.log-title{
  font-style:italic;
  color: #aaa;
  text-align: left;
  border-bottom: 1px solid #333;
}
.blockquote{
  border-left: 3px solid #ff6b6b;/*'#c65757', still confused, help me Oh God of Certainity!  */
    padding-left: 1rem;
}
.image {
  text-align: center;
  margin: 1.5rem auto;
  max-width: 800px;
}

.image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: filter 0.4s ease, transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.image img:hover {
  transform: scale(1.02);
}
.image figcaption {
  font-size: 0.85rem;
  color: #888;
  margin-top: 0.5rem;
  font-style: italic;
}
.sidenote {
  float: right;
  width: 30%;
  font-size: 0.9em;
  color: #c65757;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid rgba(198, 87, 87, 0.4);
  font-style: italic;
}
.sidenote a {
  color: #c65757;
  text-decoration: none;
}
.sidenote a:hover {
  text-decoration: underline;
}
.with-date .date {
  margin-left: 0.5em;
  font-style: italic;
  color: #aaa; 
  transition: opacity 0.4s ease, transform 0.3s ease;
  transform: translateY(-2px);
}

.with-date:hover .date {
  opacity: 1;
  color: #c65757;
  transform: translateY(0);
}
