html {
    background-color: #380201;
    background-image: url('bracks.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;

}
header {
    text-align: center;
    font-family: monospace; 
    font-stretch: ultra-expanded;
    font-size:25px;
    color: #FAA300;
    background-color: #380201;
}
h1,h2{
    text-align: center;
}

ul li{
    color: orange;
    border-radius: 10px;
}
nav{
    font-family:Tahoma;
    background-color: #520100;
}
a:link{color:orange;}
a:visited{color:#D35400;}
a:hover{color:red;background-color:gray;}
a:active{color:white;background-color:gray;}

.content{
    font-size: 20px;
    font-family: "Verdana";
    color: #FA9400;
    background-color: #380401;
}

#thumbnail {
    height: 150px;
    width: 200px;
}
footer{
    background-color: #850402;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    color:#FBEEE6;
}


