body{
    background-image: url('background.jpg');
    background-repeat: no-repeat;
    background-size: cover;

    color: #fff;
    font-family: verdana;
    text-align: center;
    margin-top: 10%;
}

a{
    color: #fff;
    text-decoration: none;
}

footer{
    color: #ccc;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1em;
}

footer p{
    margin: 2px 0;
    font-size: .7em;
}
