*
{
    margin:0;
    padding:0;

    font-family: "Noto Sans", sans-serif;
    font-weight:400;
}

html, body
{
    height:100%;
}

body 
{
    display:flex;
    justify-content:center;
    align-items:center;

    background-color: #101010;
    color:#f6f6f6;

    font-size: 22px;
    line-height: 1.5;
}

.splash
{
    text-align:center;
}

.splash div
{
    display:flex;
    width:100%;
    justify-content: center;
}

.splash .header
{
    font-family: "DM Sans", sans-serif;
    font-size:30px;
    font-weight:800;
}

.splash .logo
{
    padding-top:19px;
    padding-bottom:19px;
}

.splash .logo img
{
    aspect-ratio: 1/1;
    width:1in;
}