html, body {
    margin: 0;
    padding: 0;
    outline: 0;

    font-family: "Abel", sans-serif;

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

h1 {
    font-family: "Francois One", sans-serif;
    font-size: 50px;
    display: inline-block;
    color: white;
    padding: 15px;
    margin-top: 60px;
    margin-left: 60px;
}

h1 span {
    font-family: "Abel", sans-serif;
    font-size: 30px;
}

.description {
    max-width: 600px;
    color: white;
    padding: 15px;
    font-size: 20px;
    margin-left: 120px;
}

.description > p:last-child {
    margin-top: 100px;
}