*
{
    margin:0;
    padding:0;
}

body
{
    font-family: 'Marcellus', serif;
    background-color: #171717;
    background-image: url("bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    height: 100vh;
}

.container
{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding:20px;
}

.container > *
{
    width: 100%;
}

h1, h2, h3
{
    font-weight: normal;
}

#logo h1
{
    font-size: 30px;
    letter-spacing: 20px;
    text-align: center;
    padding-left: 20px;
    color: #8ab9c3;
    margin-bottom: 10px;
}

#logo img
{
    display: block;
    margin:0 auto;
    height: 150px;
}

#middle h2
{
    font-size: 48px;
    font-weight: 300;
    line-height: 100%;
}

#middle h3
{
    font-size: 16px;
    color: #d6d1ab;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 20px;
}

#bottom .line
{
    margin-top: 2.5vw;
}
#bottom .line p
{
    color: #d6d1ab;
    margin-bottom: 15px;
}
#bottom .line a
{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin:0 8px;
}