/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
 body {
     font-family: sans-serif;
     line-height: 1.6;
     max-width: 700px;
     margin: 2rem auto;
     padding: 0 1rem;
     background-color: #f9f9f9;
     color: #333;
 }
header, footer {
    text-align: center;
    margin-bottom: 2rem;
}
a {
    color: #007acc;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 2rem;
    color: #222;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.5rem;
    color: #444;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

h3 {
    font-size: 1.2rem;
    color: #666;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
