body, html {
    height: 100%;
    margin: 0;
}

#container {
    background-image: url("bg.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Lato', sans-serif;
}

/* #title {
    font-size: 2.5em;
    white-space: nowrap;
}
 */

#contact {
    line-height: 150%;
}

a, a:hover {
    color: white;
}

@media (max-device-width: 600px) {
    #title {
        font-size: 3rem;
    }

    #contact {
        font-size: 2rem;
        margin-top: 2rem !important;
    }
}