main div {
    padding: 15px 0;
}

h1, h2, h3 {
    text-align: center;
    font-weight: normal;
    text-shadow: 2px  2px 1px #ffffff,
                -2px  2px 1px #ffffff,
                2px -2px 1px #ffffff,
                -2px -2px 1px #ffffff,
                2px  0px 1px #ffffff,
                0px  2px 1px #ffffff,
                -2px  0px 1px #ffffff,
                0px -2px 1px #ffffff;
}

.president_readtext {
    margin: auto auto;
    width: 900px;
}

.president_readtext h1 {
    font-size: 3.0em;
    border-top: 2px solid green;
    border-bottom: 2px solid green;
    padding: .2em;
    background-color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0.5em;
}

.president_readtext h2 {
    font-size: 1.5em;
    padding: .2em;
    color: forestgreen;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.president_content {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 12px;
    padding: 35px 45px !important;
    margin: 20px auto 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e8e8e8;
}

.president_content p {
    font-size: 1.15em;
    line-height: 2.1;
    color: #333333;
    margin-bottom: 1.8em;
    letter-spacing: 0.03em;
    text-shadow: 1px 1px 1px #ffffff;
}

.president_content p:last-child {
    margin-bottom: 0;
}

.president_signature {
    text-align: right;
    font-size: 1.1em;
    color: #555555;
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px dashed #cccccc;
}