@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

html, body
{
    width: 100%;
    height: 100%;
}

body
{
    font-family: 'Lato', Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    background-color: #000;
    color: #fff;
    padding: 0px;
    margin: 0px;
}

header
{
    height: 20px;
    background-color: #fff;
}

#main
{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 20px);
}

.title
{
    font-size: 2.25em;
    font-weight: normal;
    line-height: 1.5em;
    text-transform: uppercase;
}

#download-page
{
    width: 100%;
    height: 100%;
    background-color: #F5F6FA;
    background-image: url("../images/download_page.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}