#main{
	font-size: 16px;
	font-family: sans-serif;
	text-align: center;
	width:800px;
	background: white;
	margin: auto;
}
#main2{
	font-size: 16px;
	font-family: sans-serif;
	text-align: center;
	width:600px;
	background: white;
	margin: auto;
}
body{
	margin-top: 0px;
	background: rgb(240, 240, 240);
	text-align: center;
}
.headers{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 40px;
	margin: auto;
	text-align: center;

}

input[type=text] {
  width: 60%;
  padding: 12px 20px;
  margin-top: 8px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1.5px solid grey;
  border-radius: 4px;
}