* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Lucida Sans Unicode", "Lucida Grande";
    
}
header{
    background-image: url(../images/9.jpg);
    background-position: bottom;
    height: 45px;
    text-align: right;
    position: fixed;
    padding: 13px;
    width: 100%; 
    color: white;
    top:0;
    background-color: none;
    z-index:999; 
}

span {
    padding-right: 2%;
    
}
span.float-left, footer.fleft{
    padding-left: 5px;
    float: left;
}
span a{
    color: white;
    text-decoration: none;
}
body{
    background-color: #f1f2f4;
}
main{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    position: absolute;
    top: 10%;
    margin-bottom: 5%;
    text-align: center;
}

footer{
    background-image: url(../images/9.jpg);
    height: 35px;
    position: fixed;
    padding: 7px;
    width: 100%; 
    color: white;
    bottom:0;
    background-color: none;
    background-position: right;
}
a.f-right{
    float: right;
    color: white;
}
div.bottom{
    padding: 0;
}
.pic{
    border: 6px solid black;
}
figcaption{
    padding-bottom: 10px;
}
a{
    color: #708090;
}
p{
    text-align: left;
    padding-left: 2%;
}