body {
    background-color: OldLace;
    color: SaddleBrown;
    font-family: Courier, monospace;
    margin-top: 2em;
    margin-bottom: 4em;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: lowercase;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
h1 {
    text-transform: uppercase;
    margin-bottom: .5em;
    letter-spacing: .1em;
}
h2 {
    letter-spacing: .1em;
}
h3 {
    text-transform: uppercase;
}
a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid;
}
p {
    max-width: 600px;
    margin: 1em auto;
}
#lang {
    cursor: pointer;
    position: absolute;
    right: 2em;
}
.content {
    text-align: center;
}
.image {
    margin: 2em;
}
/*  brown 8B4513 */
/* yellow EEE8AA */
/*  green 556b2f */