<input type="submit">
body{
	backround-color: #3FF;
	font-family:Arial,sans-serif;
}
h1{
	color:#3F9;
	text-align:center;
}
form{
	backround-color: #0FC;
	padding:20 px;
	margin:20 px auto;
	width: 50%;
	box-shadow:0px 0px 10px  #0F0;
}
label{
	display:block;
	margin-bottom: 10px;
	color: #63C;
	font-weight: bold;
}
input[type="text"],input[type="date"]{
	padding: 10px;
	border: 1px solid #0FC;
	border-radius: 5px;
	widtgh: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}
input[type="submit"] {
	background-color: #C39;
	color: #0F6;	
}