html, body{
     background-image: url("drums2.jpg");
     background-size: cover;
     background-repeat: no-repeat;
}

.navbar{
    background-color: yellow;
    overflow: hidden;
    color: darkgoldenrod;
    text-align: center;
    font-family: 'Bungee', cursive;
    top: 0;
    width: 100%; 
    position: fixed;
}
.dropdown-menu{
    position: relative;
}
.jumbotron{
    background: rgba(0, 0, 0, 0.4);
    color: yellow;
    text-align: center;
    font-family: 'Bungee', cursive;
    padding-top: 5px;
    padding-bottom:5px;
    padding-right:5px;
    padding-left: 5px; 
    margin: 200px;
    position: sticky;
}
.container{
    background:rgba(0, 0, 0, 0.4);
    color: yellow;
    font-family: 'Bungee', cursive;
    margin-top: 200px;
    margin-bottom:200px;
    margin-right:200px;
    margin-left: 200px; 
    position: absolute;
}
img.resize{
    max-width: 100px;
    max-height: 100px;
    float: static;
}
a{
    font-size:xx-large;
}
a:visited, a:active, a:hover, a{
    color: darkgoldenrod;
    font-size: xx-large;
}
i{
    color: yellow;
    font-size: xx-large;
}
footer{
    background-color: yellow;
    color: darkgoldenrod;
    text-align: center;
    font-family: 'Bungee', cursive;
    bottom: 0;
    width: 100%; 
    position: fixed;
}