body {
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	color: #000000;
	background-color: silver;

	height: 100%;
	display: flex;
	justify-content: center;
}

input {
	border-radius: 1vw;
	padding: 1vw;
	border: 1px silver solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 1.5em;
	margin-bottom: 3vw;
}

input:focus,select:focus,textarea:focus {
	background-color:#ffe0e0;
}

input {
	width: 35vw;
}

