/* Site inspiration: luchiz's hideout. Go check him out, he's an endearing fellow. */
body {
    /* Set the background to dark green and the text to mint green. */
    background-color: #004400;
    color: #00ff77;
    /* Set the font size to 16pt, and set the font to your system's default sans-serif font. */
    font-size: 16pt;
    font-family: sans-serif;
}

/* Set the link colors to mint green. */
a { color: #00ff77; }
a :visited { color: seagreen; }

/* luchiz-esque site title, albeit slightly bigger. */
.site-title { font-size: 44px;}
