h1 {

	margin-top: 50px;
}

form {
	color: white;
	text-align: center;
}

ul li{
  display: inline;
  text-align: center;
}

h2 {
	text-align: center;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

label{
    display: inline-block;
    float: center;
/*  clear: left;*/
    width: 250px;
}



