/* html selectors */
body{
    background-color: #ffffff;
    float: left;
    font-family: 'Merriweather', serif;
    margin: 0px;
    padding: 0px;

}  

header{
    max-width: 100%;
    font-family: 'Merriweather', serif;
    color: black;
    background-color: rosybrown;
    padding: 1.5em;
    padding-left: 75%;

}

h1 {
    font-size: 4em;
    font-family: 'Merriweather', serif;
    margin-bottom: 0px;
    text-align: left;
}

h2 {
    font-family: 'Libre Caslon Text', serif;
    margin-top: .5em;
    font-size: 1.5em;
    text-align: center;
}

h3 {
    max-width: 9em;
}


img {
    max-width: 100%;
    margin: 0px;
}

section {
    border-style: solid;
    border-width: 1em;
    border-color: #c08269;
    margin: 1em;
    border-top-left-radius: 10px; border-top-right-radius: 10px;
    box-shadow: 10px 10px 5px #21241a;

}

a {
    color: black;
    font-size: .6em;
    margin-top: 0px;
}

section p {
    background-color:rgb(247, 208, 204);
    color: black;
    padding: 2px;
    padding-top: 1em;
    margin: 0px;
    text-align: center;
}



.topSection{
    color: black;
    background-color: #ffffff;
    padding-left: 1em;
    padding-top: .5em; 
    padding-bottom: 2em;
    font-family: 'Libre Caslon Text', serif;

}

.head {
    text-align: left;
    margin-top: 3em; margin-bottom: 3em;
    color: rgb(46, 43, 39);
    margin-left: 20px;
}



section {
    text-align: center;
}