html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
}

body
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgb( 0, 0, 0 );
}

.message
{
    font-family: 'Fredoka One', cursive;
    font-size: 50pt;
    text-align: center;
    color: rgb( 0, 0, 0 );
    text-shadow: 0 0 20pt rgb( 255, 145, 0 );
}
