body {
    background: url(bg.jpg)  fixed center;
    background-clip: content-box;
    background-size: cover;
}

.footer {
    position: absolute;
    bottom: 20px;
    left:20px;
    color: white;
    padding: 10px;
    background: gray;
}

h1 {
    color: white;
    text-shadow: 5px 5px grey;
    text-transform: lowercase;
    position: absolute;
    top:30%;
    left: 10%;
}