body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
    font-size: 0.95em;
}

/*background-color: #f4f4f4;*/

.container {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

h1, h2 {
    margin: 0;
    font-weight: bold;
    color: #222;
}

h1 {
    font-size: 1.05em;
}

h2 {
    font-size: 1.15em;
}

p {
    margin-bottom: 0px;
}

.center-text {
    text-align: center;
    font-size: 1.15em;
}

.justify-text {
    text-align: justify;
}


a {
    color: #1365bd;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style: square;
    padding-left: 30px;
    margin: 5px;
}

#header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.profile-pic {
    width: 80px;
    height: 100px;
    border-radius: 20%;
    margin-right: 20px;
    margin-top: 15px;
    object-fit: cover;
    float: left;
}

.profile .name {
    font-size: 2em;
    margin: 0;
}

.section {
    padding: 0px;
}

/*
.section:nth-child(even) {
    background-color: #f9f9f9;  Slightly different background for even sections x
}
*/

#footer {
    background-color: #333;
    margin: 0px;
    padding: 0px;
}

.footer-text {
    font-size: 0.95em;
    text-align: center;
    color: #fff;
}