/*
 * 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 {
    background-color: black;
    color: greenyellow;
    font-size: 18px;
    font-family: courier;
}

h1 {
    font-size: 22px;
}

h2 {
    color: magenta;
    font-size: 20px;
}

p {
    color: greenyellow;
}

footer {
    font-size: 4px;
}

a {
    color: cyan;
}
