/* This targets the entire background and default text */
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333333;
    background-color: #f4f4f9;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
}

/* This styles your main Name at the top */
h1 {
    font-size: 2.5em;
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* This styles your section headers (Experience, Skills, etc.) */
h2 {
    font-size: 1.5em;
    color: #2c3e50;
    margin-top: 30px;
    border-bottom: 1px solid #bdc3c7;
    padding-bottom: 5px;
}

/* This styles your job titles */
h3 {
    font-size: 1.2em;
    color: #34495e;
    margin-top: 25px;
    margin-bottom: 2px;
}

h3 + p {
    margin-top: 0px;     
    margin-bottom: 6px;
} /* <--- THIS CLOSING BRACKET WAS MISSING */

/* This cleans up the bullet points */
ul {
    margin-top: 0px;
    margin-bottom: 15px;
}

li {
    margin-bottom: 8px;
}