body {
    background-image: none;
    color: #2A2A2A;
    background-color: #9CB6F8;
}

a {
    color: #414653;
    text-decoration: underline;
    text-underline-offset: 2px;
    margin: 0 10px;
    text-shadow: none; 
    margin: 0;
}

a:hover {
    color: #414653;
    margin: 0;
}

h1, h2, h3, h4, h5 {
    color: #2A2A2A;
    /*text-align: left;*/
} 

h1 {
    font-size: 40px;
    padding-bottom: 24px;
}

h2 {
    margin: 56px 0 32px 0;
}

h3 {
    margin: 32px 0 0 0;
    font-weight: 450;
}


p {
    color: #414653;
}

.container {
    position: relative;
    left: 50%;
    /* Move to the middle of the page */
    transform: translateX(-50%);
    /* Shift the container back by 50% of its width to center it */
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 30px;
    width: 90%;
    max-width: 800px;
}

ul, li {
    text-align: left;
    color: #414653;
}
