body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #4f4a46;
    margin: 0;
    background-color: #e9edf2;
}


#container {
    width: 960px;
    margin: 20px auto;
    background-color: #fffaf8;
    padding: 20px;
}


a:link,
a:visited {
    color: #b85c6b;
    text-decoration: none;
}

a:hover,
a:active {
    color: #5f8f8b;
    text-decoration: underline;
}


#header {
    background-color: #f8e6e8;
    padding: 20px;
}


#header h1 {
    color: #7d5a50;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.5em;
    margin-bottom: 10px;
}
#container header h1 {
    text-align: center;
}
header img {
    border-radius: 70px;
    width: 180px;
    display: block;
    text-align: center;
    left: 120px;
    float: none;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    margin-left: 390px;
    margin-right: 390px;
}
#tagline {
    text-align: center;
}




#header p {
    font-size: 1.1em;
}


#main {
    padding: 20px;
}


#main h1 {
    color: #6b8f8a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2em;
    text-align: center;
}


#main h2 {
    color: #7d5a50;
    font-family: Georgia, "Times New Roman", serif;
    text-align: center;
}
#main-intro {
    text-align: center;
}
.project-description {
    text-align: left;
}
.project-title a {
    text-align: left;



}






#main ul {
    list-style-type: none;
    padding: 0;
}


#aside {
    background-color: #e5f1ec;
    border: 2px solid #bdd3cb;
    padding: 20px;
    margin: 20px 0;
}


#aside h1 {
    color: #5f8f8b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.8em;
}


#aside a:link,
#aside a:visited {
    color: #8f5f7a;
}

#aside a:hover,
#aside a:active {
    color: #4f7c78;
}


#aside ul {
    list-style-type: none;
    padding: 0;
}


#footer {
    text-align: center;
    padding: 20px;
    background-color: #f6e7d8;
}


#footer h1 {
    color: #7d5a50;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.8em;
}


#footer ul {
    list-style-type: none;
    padding: 0;
}
