body
{
		text-align: center;
}
input[type="number"],
input[type="text"]
{
	width:200px;
	padding: 6px;
	margin-top:5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	transition: border-color 0.3s, box shadow 0.3s;
	
}
