@import url(//fonts.googleapis.com/css?family=Coda);
body, div, ul, li, a{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
body{
    text-align: center;
    font-family: "Coda", Sans;
    font-size: 1em;
    color: black;
    background: #e91e63 linear-gradient(45deg, #000 15%, #e91e63 85%);
}
header, footer{
    position: fixed;
}
header, footer, ul{
    width: 80%;
    margin-left: 10%;
    background-color: white;
}
header{
    top: 0;
    height:3.8em;
}
    h1{
        margin-top: 0.6em;
        font-size: 1.4em;
    }
@media only screen and (max-width: 600px) {
    header{
        top: 0;
        height:2em;
    }
        h1{
            margin-top: 0.3em;
            font-size: 1em;
        }
    }
footer{
    bottom: 0;
    font-size: 0.5em;
    line-height: 2.2em;
    color: grey;
    font-family: sans;
    text-align: right;
}
footer a{
    margin-right: 1em;
    color: grey;
}
