        html {
            width: 100%;
            height: 100%;
            background-image: linear-gradient(to bottom right, #013c4a 0, #193e4c 44%, #004b5b 100%);
            color: #fff;
            font-family: GeoSlb712MdBT, Georgia, serif;
            font-style: normal;
        }

        .the-box {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
        }

        .the-title {
            padding: 5px;
            font-size: 3em;
            text-align: center;
        }
        .the-ip {
            padding: 5px;
            font-size: 0.9em;
            text-align: left;
        	opacity: 0.63;
        }
        .the-info {
            padding: 5px;
        
            font-size: 0.8em;
            text-align: left;
        //	text-shadow: 1px 0px 0px white, 0 0 1em red, 0px 0px 1em red;
            opacity: 0.47;
        }
