/* This is where styles are defined for your page. */
/* One style is provided as example. */

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
}

header {
    font-size: 1.4rem;
    margin: 3rem 1rem;
    line-height: 1rem;
    border-bottom: 2px rgba(0,0,0, 0.6) solid;
}

header h1 {
    margin-bottom:0;
}


aside {
    width: 50%;
    height: auto;
    padding-bottom: 1rem;
    max-width: 756px;
    font-size: 1.25rem;
    line-height: 1.2rem;
}

aside img {
    width: 160px;
    height: auto;
    float: right;
}

section {
    clear: both;
    width: 50%;
    background-color: rgba(255,255,255, 0.3);
}

ul.poem {
    list-style-type: none;
    padding-left: 5rem;
    line-height: 1.25;
    font-size: 1.5rem;
    
}


.page-footer {
    border-top: 2px rgba(0,0,0, 0.6) solid;
    padding-top: 2rem;
    font-size: 1.2rem;
}

html {
    background-image: url(images/hard-paper-texture.jpg);
    background-repeat: no repeat;
    background-size: cover;
}
