    /* body */
    body {
        background-color: black;
        font-family: verdana;
        color: white;
        text-align: center;
    }

    /* h2 */
    h2 {
        font-family: verdana;
        color: white;
    }

    /* unvisited link */
    a:link {
        color: #33ccff;
        text-decoration: none;
    }

    /* visited link */
    a:visited {
        color: #33ccff;
        text-decoration: none;
    }

    /* mouse over link */
    a:hover {
        color: #6666cc;
        text-decoration: underline;
    }

    /* selected link */
    a:active {
        color: #33ccff;
        text-decoration: none;
    }

    /* center recaptcha */

        .text-xs-center {
            text-align: center;
        }
    
        .g-recaptcha {
            display: inline-block;
        }