body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    background-color: #699087;
}

header, h2 {
    text-align: center;
}

h1 {
    color: #633B44;  
    font-size: 2.3em;
    text-shadow: 1px 1px 1px white;
}

h2 {
    color: #633B44;  
}

h1 span {
    display: block;
    font-size: 0.7em;
}

#wrapper {
    width: 925px;
    background-color: #C5E8A0;
    margin: 0 auto;
    padding: 20px;
}

img {
    height: 300px;
    width: 400px;
}

#poem .stanza h3{
    color: #B3D492;
    text-shadow: 1.2px 2px #000;
}

#poem{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.stanza {
    width: 430px;
    height: 280px;
    float: right;
    margin: 10px auto;
    border: 1px solid #633B44;
    padding: 0 0 8px 10px;
    font-size: 1.2em;
    font-family: 'Times New Roman', Times, serif;
    color: #B6D694;
    text-shadow: 1px 2px 1px black;
    background: linear-gradient(90deg, #97abad, rgb(0, 0, 0))
}

#stanza1 {
    background-image: url("../images/mountains.jpg");  
    background-position: center;
} 

#stanza2 {
    background-image: url("../images/forest.jpg");  
    background-position: center;
}

#stanza3 {
    background-image: url("../images/fall_leaves.jpg");  
    background-position: center;
}

#stanza4 {
    background: linear-gradient(90deg, #804ff3, rgb(255, 180, 180));
}

#stanza5 {
    background: linear-gradient(45deg, #16e2f5, rgb(48, 56, 25));
}

#stanza6 {
    background-image: url("../images/tobias-tullius-Jo43sBs_ynw-unsplash.jpg");  
    background-size: cover;
}

#stanza7 {
    background: linear-gradient(90deg, #000000, rgb(218, 250, 37));
}

#stanza8 {
    background: linear-gradient(90deg, #97abad, rgb(0, 0, 0))
}

#stanza9 {
    background-image: url("../images/circles.jpg");
    background-size: cover;
}

#stanza10 {
    background-image: url("../images/green_light.jpg");  
    background-size: cover;
}

#stanza11 {
    background: linear-gradient(90deg, black, #97abad)
}

#stanza12{
    background-image: url("../images/river.jpg");  
    background-size: cover;
}

#stanza13 {
    background-image: url("../images/night_snowv2.jpg");  
    background-size: cover;
}

#bio{
    padding: 12px;
}

figure {
    text-align: center;
}

#bio p:first-of-type:first-letter {
    font-size: 28px;
}

#bio p{
    line-height: 1.2;
    padding: 0 25px;
}

a:link, a:visited{
    color: #4C6633;
    text-decoration: none;
    font-size: 1.110em;
}

a:hover, a:focus {
    color: #699087;
}

