@charset "utf-8";
/* CSS Document */
body{
	background-color: grey;
	font-family: arial;
}
form{
	width: 300px;
	border: 1px black solid;
	margin: auto;
	padding: 5px;
	background-color: white;
}
h1{
	text-align: center;
}
legend{
	font-weight: bold;
}
footer{
	text-align: center;
}
.red{
	color: red;
	font-weight: bold;
}
button{
	margin-top: 5px;
	margin-left: 120px;
}