body {
    background-color: grey;
    color: beige;
    font-family: "Lucida Console", Monaco, monospace;   
    font-size: 100%;
    text-align: left;

}
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1em;
}


