h1{
	text-align: center;
	color: #255000 
}
p{
	display: block;
	margin: 0 auto;
	letter-spacing: 2px;
}
.formulario{
	display: block;
	margin: 0 auto;
	width: 510px;
	color: #666666;
	font-family: Arial;
}
form{
	margin: 0 auto;
	width: 400px;
}
input, textarea{
	width: 380px;
	height: 25px;
	background: rgb(181, 230, 29);
	border:2px solid #f6f6f6;
	padding: 10px;
	margin-top: 5px;
	font-size: 10px
	color: white;
}
textarea{
	height: 150px;
}
#submit{
	width: 85px;
	height: 35px;
	border-radius: 10px;
	margin-top: 30px;
	cursor: pointer;
}
#submit:hover{
	background: red;
}
#boton{
	text-align: center;
}
body{
	background-color: black;
}