p{
    color: black;
    text-align: left;
    padding: 1em 2em 1em 2em;
    font: 1em Georgia, serif;
}

img{
    width: 100%;   
}

.italicParagraph{
    font: italic 1em Georgia, serif;
}

.poem{
    text-align: center;
}

.poemTitle{
    font: bold 1em Georgia, serif;
    text-align: center;
}

a{
    text-decoration: none;   
}
a p{
    width: 55%;
    font: bold 1.5em Georgia, serif;
    text-decoration: none;
    text-align: center;
    background-image: url('../images/scrollTransparentSmall.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: auto;
    margin-right: auto;
}

a p:hover{
    font-size: 1.6em;   
}
a p:visited{
    text-decoration: none;   
}

section{
 padding: 1em 1em 1em 1em;   
}

.backButton{
    color: white;
    background-color: black;
    border-radius: .2em;
    width: 15em;
    font: bold 1em Georgia, serif;
    padding: .5em .5em .5em .5em;
    margin-left: auto;
    margin-right: auto;
}
