
    body {
        background: url('/main/background_tile.png') repeat;
        font-family: 'Lucida';
        font-weight: 400;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #e9e5ee;
    }
    header {
        width: 100%;
        padding: 1rem;
        background-color: #2c2c2e;
        color: #fff;
        text-align: center;
    }
    main {
        padding: 1rem;
        text-align: center;
    }
    h1 {
        color: #333;
    }
    p {
        color: #333;
        line-height: 1.3;
    }
    footer {
        width: 100%;
        padding: 1rem;
        background-color: #2c2c2e;
        color: #fff;
        text-align: center;
        position: fixed;
        bottom: 0;
    }
    footer p {
        color: #fff;
    }
    .branding {
        font-family: 'Valken';
        color: #fff;
        -webkit-text-stroke: .5px #5a26cf;
    }
    .gif {
        position: fixed;
        top: 0%; 
        left: 0%; 
        width: auto;
        height: auto; 
        z-index: 0; 
    }