html {
    min-height: 100%;                /* ensures it can grow with content */

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    margin: 0;
    min-height: 100%;                /* body grows with content */

    font-family: 'Roboto Condensed', sans-serif;
}

.title {
    color: white;
    text-shadow: 1px 1px black;
}
.subtitle {
    color: white;
    text-shadow: 1px 1px black;
}
