/* Sections */

.container {
width: 800px;
margin: 10px auto;
background-color: #356;
color: #600;
border: 1px solid gray;
}

.poemcontainer {
margin: 0 60px 0 60px;
padding: 0 0 0 0;
text-align: center;
}

.poempicture {
margin: 0;
padding: 0;
text-align: center;
}

.poempicture img {
text-align: center;
border: 1px solid black;
margin: 20px 0 0 0;
}


.poemcontainer img {
text-align: center;
}

.textcontainer {
margin: 0 160px 0 160px;
padding: 0 0 0 0;
text-align: center;
}

.daisyright {
float: right;
margin: 0;
padding: 2px 15px 2px 3px;
}


/* formatting tags*/
.bodytext {
text-align: center;
font-family: Palatino, "Book Antiqua", Georgia, "Times New Roman", Times, serif;
font-size: 1.0em;
line-height: 1.4em;
font-style: italic;
font-weight: 500;
color: #ffffcc;
margin-left: auto;
margin-right: auto
}

.bodytext img {
text-align: center;
}

.bodytext a {
text-decoration: none;
color: #ffffcc;
}

.bodytext a:hover {
color: #ffffcc;
background-color: #356;
}

.quote {
text-align: center;
font-family: Palatino, "Book Antiqua", Georgia, "Times New Roman", Times, serif;
font-size: 0.9em;
line-height: 1.0em;
font-style: italic;
color: #660033;
font-weight: 400;
}

.headtext {
text-align: center;
font-family: Palatino, "Book Antiqua", Georgia, "Times New Roman", Times, serif;
font-size: 1.6em;
font-style: italic;
color: #ffffcc;
font-weight: 700}

.endtext {
text-align: left;
font-family: sans-serif;
font-size: 0.8em;
line-height: 1.2em;
font-weight: 500;
color: #ffffcc;
margin-left: 40px;
margin-right: 120px
}

.endtext a {
text-decoration: none;
color: #fdd017;
background-color: #356;

}

.endtext a:hover {
color: #f62817;
background-color: #356;
}

/*margin-left: auto;
margin-right: auto*/

