body,
html
{
    overflow: hidden;

    width: 100%;
    height: 100%;
}canvas
{
    position: absolute;
    top: 0;
    left: 0;
}.container
{
    position: relative;

    width: 100%;
    max-width: none;
    height: 100%;
    padding: 0;

    text-align: center;

    background: url('./inner_bck.jpg') 50% 0 no-repeat;
}.fallback
{
    width: 100%;
    height: 100%;
}.fallback h1
{
    font: 90px 'Geometria-Medium',Arial,sans-serif;

    color: #f33;
}.fallback p
{
    font: xx-large 'PT Sans',Tahoma,sans-serif;

    color: white;
}
