/*

The poetry CSS will not have a header.
Will keep this CSS minimalist. 

If anything is found wanting, such as footnotes, etc
adapt from blackyellow.css.

"IM Fell English" font is used for the title/content
*/


body {
    margin: auto auto auto auto;
    color: #191612;
    background-color: moccasin;
    width: 80%;
}

#content {
#    max-width: 90%;
    margin: 30px;
}

.title {
    font-size: 4em;
    text-align: center;
    margin-bottom: 0.2em;
    font-family: 'IM Fell English', serif;
}


a:link {
    color: teal;
}

a:visited {
    color: #191612;
}


p.verse {
    margin-left: 3%;
    text-align: center;
    color: #191612;
    background-color: moccasin;
    font-family: 'IM Fell English', serif;
    font-size: 24px;
    border-radius: 1% 1% 4% 1%;
    padding: 30px;
}



#preamble p {
    font-size: 90%;
    margin: 0.2em;
}

#postamble p {
    font-size: 90%;
    margin:0.2em;
    text-align: center;
}




