html, body{
    background-image: url("poetry.jpg");
    background-size: cover;
}
.navbar{
    background-color: aquamarine;
    color: blue;
    font-family: 'Alfa Slab One', cursive;
    font-size: large;
    text-align: center;
    top: 0;
    width: 100%;
    overflow: hidden;
    position: fixed;
}
.dropdown-menu{
    position: relative;
}
.jumbotron{
    background: rgba(0, 0, 0, 0.4);
    color:aquamarine;
    font-family: 'Alfa Slab One', cursive;
    font-size: large;
    text-align: center;
    padding-top: 5px;
    padding-bottom:5px;
    padding-right:5px;
    padding-left: 5px; 
    margin: 200px;
    position: absolute;
}
i{  color: aquamarine;
    font-size: xx-large;
}
.contact-form{
    background: rgba(0, 0, 0, 0.4);
    color:aquamarine;
    font-family: 'Alfa Slab One', cursive;
    font-size: large;
    text-align: center;
    padding-top: 5px;
    padding-bottom:5px;
    padding-right:5px;
    padding-left: 5px; 
    margin: 200px;
    position: absolute;
}
a:hover, a:visited, a:active, a{
    font-size: xx-large;
    color: blue;
}
img.resize{
    max-width: 100px;
    max-height: 100px;
    float: absolute;
}
footer{
    background-color: aquamarine;
    color: blue;
    font-family: 'Alfa Slab One', cursive;
    font-size: large;
    text-align: center;
    width: 100%;
    bottom: 0;
    position: fixed;
}