body{
    text-align: center;
    background-color: rgb(109, 109, 255);
}


a { text-decoration: none; color: #999; }
a:hover { text-decoration: underline; }

p, ul { font-size: 1.5em; line-height: 1.4em; color: rgba(0, 255, 191, 0.507); }

h1, h2, h3, h4 { font-family: 'Broadway', 'Times New Roman', 'Sans-Serif'; }
h1 { font-size: 3em;  }
h2 { font-size: 2.7em; }
h3 { font-size: 2.3em; }
h4 { font-size: 1.9em; }

nav ul, footer ul { font-size: 1em; font-family: 'Broadway', 'Times New Roman', 'Sans-Serif'; padding: 0px; list-style: none; font-weight: bold; }
nav ul li, footer ul li { display: inline; margin-right: 20px; }

footer { border-top: 1px solid #7051d4; font-size: .8em; }

/* Blog */
ul.posts { margin: 20px auto 40px; font-size: 1.5em; }
ul.posts li { list-style: none; }

/* CV */
.Resume { margin: 0px 0px 60px; }
.Resume h1 { font-size: 3em; }
.Resume 2 { font-size: 2em; }
.Resume address, .cv .download { font-family: 'Broadway', 'Times New Roman', 'Sans-Serif'; }
.Resume address, .cv p { font-size: 1.2em; }
.Resume .download { float: right; font-size: .8em; text-transform: uppercase; }
