  * { box-sizing: border-box; margin: 0; padding: 0; }

  body {
    background-color: #0d0d0d;
    color: #c8c8c8;
    font-family: 'Lora', serif;
    font-size: 14px;
    line-height: 1.75;
    max-width: 620px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
    position: relative;
  }

  body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('src/budismo.png');
    background-repeat: no-repeat;
    background-position: center 350px;
    background-size: 500px auto;
    opacity: 0.05;
    z-index: -1;
  }

  code {
    background-color: #1e1e1e;
    color: #d4d4d4;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.9em;
  }

  h1 {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 2.5rem;
  }

  p {
    margin-bottom: 1rem;
    color: #a0a0a0;
  }

  a {
    color: #c8c8c8;
    text-decoration: underline;
  }

  a:hover {
    color: #ffffff;
  }

  .red-mid{
    text-align: center;
    color: #460000;
  }

  .sep {
    border: none;
    border-top: 1px solid #222;
    margin: 2rem 0;
  }

  .links {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
  }

  footer {
    margin-top: 4rem;
    font-size: 12px;
    color: #444;
  }

  .posts{
    text-align: center;
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 15px;
  }

  .mid{
    text-align: center;
    font-family: 'Lora', serif;
    font-style: italic;
  }
  
  .quote{
    font-family: 'Playfair Display', serif;
    font-style: italic;
  }