html, body {
    background-color: #222;
    background-image: url('construction.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

h1:focus {
    outline: none;
}
