body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "Gentium Basic", serif;
    color: #222;
}

.wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

a {
    color: inherit;
    text-decoration: inherit;
}

em, strong, .greeting {
    color: #222;
}

em {
    font-style: normal;
}

em:hover {
    text-decoration: underline;
}

.i {
    font-style: italic;
}

.greeting {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 3.3em;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}

p {
    font-size: 2.2em;
    max-width: 830px;
    padding-left: 200px;
    padding-bottom: 150px;
}

nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 200px;
    background-color: #CCC;

    font-family: "Open Sans", sans-serif;
    font-size: 1.3em;
    text-align: center;
}

nav ul {
    width: 100%;
    margin: 1.2em 0;
    padding: 0;
}

nav li {
    display: inline-block;
}

nav li:not(:first-child):before {
    content: "◾";
    margin: 0 1.5em;
}

aside {
    color: white;
    background-color: #222;
    width: 200px;
}
