<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@media only screen and (max-width: 767px) {
    body {
        padding: 1rem;
    }
}

@media only screen and (min-width: 768px) {
    body {
        padding: 1rem;
        max-width: 768px;
    }
}*/
/* Base styles for mobile (320px - 480px) */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 18px;
    line-height: 27px;
    
    padding: 16px;
}
h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 37.5px;
}
p {
    font-size: 18px;
    line-height: 27px;
}

/* Small tablets and larger mobile devices (481px - 768px) */
@media (min-width: 481px) {
  body {
    font-size: 20px;
    line-height: 27px;
    padding: 20px;
  }
}

/* Tablets and small laptops (769px - 1024px) */
@media (min-width: 769px) {
  body {
    font-size: 20px;
    line-height: 30px;
    padding: 24px;
    max-width: 90%;
    margin: 0 auto;
  }
  h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
  }
}

/* Large desktops and high-resolution screens (1025px and up) */
@media (min-width: 1025px) {
  body {
    font-size: 22px;
    line-height: 30px;
    padding: 32px;
    max-width: 80%;
  }
}

/* Extra-large screens (1440px and up) */
@media (min-width: 1440px) {
  body {
    font-size: 24px;
    line-height: 30px;
    padding: 40px;
    max-width: 70%;
  }
}

/*body {
    background-color: #212427;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}*/
h1 {
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
    /*margin-bottom: 5px;
    letter-spacing: .05em*/
}
p {
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility !important;
    /*letter-spacing: .03em;
    text-align: justify;
    font-size: 1.1rem;*/
}

ol.index {
    list-style-type: none;
    padding-inline-start: 20px;
}
ol.index &gt; li {
    padding-top: 0.40rem;
    line-height: 1.5rem;
}
ol.index &gt; li &gt; a {
    color: red;
}
.pagination {
    
}
a.previous {
    color: red;
    margin-left: 1rem;
}
a.invitame {
    color: red;
    margin-left: 3rem;
}
a.next {
    color: red;
    margin-left: 3rem;
}
a.highlights {
    color: red;
}
a.highlights:visited {
    color: red;
}
a.highlights:hover {
    color: red;
}
</pre></body></html>