* {
    margin: 0;
    padding: 0;
}

html {
    height: 100vh;
    background-color: #C4DEAB;
}


body {
    min-height: 100vh;
    color: #000000;
    font: normal 1rem "Roboto", Arial, sans-serif;
    text-align: left;
    line-height: 160%;
    background-color: #C4DEAB;
    background: -moz-radial-gradient(center, ellipse cover, #E6F7D5 0%, #C4DEAB 50%, #C4DEAB 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#E6F7D5), color-stop(50%,#C4DEAB), color-stop(100%,#C4DEAB));
    background: -webkit-radial-gradient(center, ellipse cover, #E6F7D5 0%,#C4DEAB 50%,#C4DEAB 100%);
    background: -o-radial-gradient(center, ellipse cover, #E6F7D5 0%,#C4DEAB 50%,#C4DEAB 100%);
    background: -ms-radial-gradient(center, ellipse cover, #E6F7D5 0%,#C4DEAB 50%,#C4DEAB 100%);
    background: radial-gradient(ellipse at center, #E6F7D5 0%,#C4DEAB 50%,#C4DEAB 100%);
    background-image: radial-gradient(#E6F7D5, #C4DEAB, #C4DEAB);
    background-attachment: fixed;
    background-size: cover;
}

a {
    color: #1a4896;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    text-decoration: underline;
}

h1 {
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

section {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 30px 30px;
}

section > img {
    float: right;
    margin: 0 0 30px 30px;
    border: 2px solid #4D5A40;
    border-radius: 3px;
    max-width: 20em;
}

@media only screen and (max-width: 50rem) {
    section > img {
        float: none;
        margin: 0 auto 20px;
        display: block;
    }
}

@media only screen and (max-width: 30rem) {
    section > img {
        max-width: 100%;
    }
}

footer {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 10px;
    text-align: center;
    border-top: 1px solid #888888;
}

footer > p {
    display: inline-block;
    text-align: left;
}

#p1 {
    padding-right: 2em;
}
