body{
	background-color: grey;
	background-image:url(images/bg.jpg);
	background-size: cover;
	color:#fff;
}
#header{
	margin-top: 40px;
}
#header h2{
	text-align: center;
	margin-bottom: 30px;
}
#title{
	margin-top: 40px;
	margin-bottom: 20px;
}
#btn_submit{
	width: 100%;
	background-color: #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}
p{
	font-size: 20px;
}