/* Header */
header {
height: 45px;
width: 100%;
position: fixed;
padding-top: 5px;
padding-left: 5px;
background-color: #3498db;
}
/*
Footer */
footer {
position: fixed;
bottom: 0;
height: 30px;
width:
100%;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 5px;
margin-top: 20px;
background-color: #3498db;
}
.footer {
color: #fff;
text-shadow: none;
text-decoration: none
}
.footer a{
color: #fff;
text-decoration: none;
}