*
{
    box-sizing: border-box;
}

body
{
    background-image: url('../img/background.jpg');
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background-size: cover;
    font-family: 'Lato', sans-serif;
}

div#content
{
    width:100%;
    text-align: center;
    padding: 50px;
    background-color: rgba(255,255,255,0.9);
}

img.logo
{
    max-width:200px;
    height: auto;
    margin-bottom: 30px;
}

div#content > h1
{
    margin-bottom:0;
    font-weight: normal;
}

div#content > h2
{
    margin-top: 0;
    font-weight: normal;
    font-size: 1.3em;
}

div#content > p.teaser
{
    margin-bottom: 20px;
}

a
{
    text-decoration: none;
    color: #000;
}