 h1{
	text-align: center;
	color: rgb(255,255,128);
}
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,255,136);
	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: purple;

}
#boton{
	text-align: center;
}
body{
	background-color: rgb(255,128,0);
}





