body {
    margin: 0;
    font-family:    'Lobster', cursive;
    background: url(images/background_Full_image.png) no-repeat fixed center
    center;
    background-size: cover;
    
    
}

header {
        width: 80%;
        height: 30vh;
        margin: 10% auto 0 auto;
}

h1, h2 {
    font-family: 'Lobster', cursive;
}
h1{
    position: fixed;
    z-index:50;
    color: grey;
    font-size: 8em;
    margin: 0 auto;
    margin-left: -5%;
    margin-top: -10%;
}

h2{
    position: relative;
    right: 0;
    width: 80%;
    margin: 0 auto;
    font-size: 2em
    
}

section#stanzas{
    position: relative;
        right: 0;
    z-index:50;
    color: #264726;
    width: 80%;
    margin: 0 auto;
        margin-right: 5%;
    text-align: right;
    height: 80vh;
    font-size: 2.5em;

}



#Overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(images/overlay_bottom_top_guy.png) no-repeat fixed center
    center;
    background-size: cover;
    z-index: 100;
}

footer {
    width: 100%;
    height: 75vh;
    margin-top: auto;
    position: relative;
}

footer h2{
    position: absolute;
    text-align: right;
    margin-right: 5%;
    z-index:50;

}
footer h2 a{
    color: black;
    text-decoration: none;
    

}