body {
    font-family: Arial, Helvetica, sans-serif;

    background: linear-gradient(
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.7) 
    ), url(/images/money.jpeg);

    color: white;
}

h1 {
    color: lime;
}

h2 {
    color: deepskyblue;
}
a {
    color: rgb(53, 174, 255);
}


.warn {
    color: red;
}
.weak {
    font-size: xx-small;
    font-style: italic;
    color: rgba(190, 190, 190, 0.75);
}
.silly {
    font-style: italic;
    color: rgb(255, 219, 39);
}
.rich {
    font-weight: bolder;
    color: lime;
}