body, html
{
    height: 100%;
    margin: 0;
    font-family: 'Source Sans 3', sans-serif;
}

.container
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.header
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo
{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

h1
{
    font-size: 22px;
    margin: 0;
}

.logotext
{
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
}

p
{
    font-size: 13px;
    color: #666;
}