body {
	background-color:black;
	color:white;

}

#forma {
	text-align: center;
	font-size:30px;
	font-family: verdana;

	
	margin-top: 164px;
}

input[type="button"],
input[type="reset"]
{

	width:100px;
	height: 30px;
	font-family: verdana;
	font-size: 15px;

}

input[type="button"]:hover {
	background: orange;
	cursor:pointer;
	border-radius: 3%;
}

input[type="reset"]:hover{
	background-color: blue;
	cursor:pointer;
}
