header{
    height:50px;
    width:100%;
    color:white;
    background-color:#00b7ce;
    text-align:right;
}

body{
    color:#00b7ce;
    
}

footer{
    height:20px;
    width:100%;
    color:white;
    background-color:#00b7ce;
}h1{
    display: inline-block;
    font-size:25px;
    font-family:serif;
}

h1:after {
content: "";
display: block;
height: 4px;
background: -moz-linear-gradient(to right, #00b7ce, transparent);
background: -webkit-linear-gradient(to right, #00b7ce, transparent);
background: linear-gradient(to right, #00b7ce, transparent);
}

.list-top li{
    font-size:1px;
}