* {
    padding: 0px;
    margin: 0px;
}

html { 
    background: url("/img/anna2.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    font-family: 'Gilda Display', serif;
}

a {
    position: absolute;
    bottom: 10px;
    right: 10px;
}