body {
    background-color: #f9f7f4;
    color: #333;
    padding-top: 40px;
    line-height: 1.8;
}

header {
    color: #111;
    padding: 30px 0 10px;
}

nav ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 10px 0;
    margin-bottom: 50px;
}

nav ul li {
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #555;
}

ul {
    list-style: none;
}

#quote {
    font-style: italic;
    color: #e4a1a1;
    margin-top: 200px;
    text-align: center;
}