        .container {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .text {
            color: rgb(53, 53, 53);
            text-align: center;
            font-family: Verdana, Arial, Georgia;
            word-wrap: normal;
	    font-size:125%;
        }

        .backdrop {
            background-color: moccasin
        }
        .t1, .t1 td {
            border: #000000 solid 2px;
            border-collapse: collapse;
        } 
	div#pagewidth{
	    width:1245px;
	    position:relative;
	    margin:auto;
	}
