
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}



body        {
            width: 100%;
            height: 100%;
            background-image: linear-gradient(to bottom right, #7CFC00 0, #006400 44%, #2F4F4F 100%);
            color: #F5F5F5;
            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;
        }