 h1{
	text-align: center;
	color: purple;
}
p{
	display: block;
	margin: 0 auto;
	letter-spacing: 2px;
}
.formulario{
	display: block;
	margin: 0 auto;
	width: 510px;
	color: #220116222;
	font-family: Bahnschrift;
}
form{
	margin:0 auto;
	width: 400px;
}
input,textarea{
	width: 380px;
	height: 25px;
	background: rgba(195,233,160);
	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: rgb(221,187,255);
}





