/* Sections */

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

.poemcontainer {
margin: 0 20px 0 100px;
padding: 50px 0 0 0;
text-align: center;
}

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

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


.poemcontainer img {
text-align: center;
}


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


/* formatting tags*/
.bodytext {
text-align: left;
font-family: Palatino, "Book Antiqua", Georgia, "Times New Roman", Times, serif;
font-size: 1.0em;
line-height: 1.2em;
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: #369;
}

.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: #369;

}

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

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

