body{
	background-color:#1e255b;
	background-size:100 cover;
}

h1{
	font-family:verdana;
	color: #fff3cc;
	text-align: center;
	font-size:65px;
}

h2{
	font-family:verdana;
	color: #fff3cc;
	text-align: center;
}

td{
	font-family:verdana;
	text-align:center;
	font-weight:bold;
}

th{
	font-family:verdana;
}

span{
	color: #fff3cc;
	font-family:verdana;
}


p{
	text-align:center;
	
}

button{
	width:120px;
	height:50px;
	font-size:15px;
}

 form {
    margin:0 auto;
    width:250px;
    }
    

