@charset "utf-8";


		
form {
	width:450px;
	margin:auto;
	background:rgba(0,0,0,0.4);
	padding:10px 40px;
	box-sizing:border-box;
	margin-top:20px;
	border-radius:7px;
	}
	

 input, textarea{
	 width:100%;
	 margin-bottom:20px;
	 padding:10px;
	 box-sizing:border-box;
	 font-size:20px;
	 border:none;
	 	 }
		 
textarea{
	min-height:100px;
	max-height:400px;
	max-width:100%;
	}
	
#boton{
	background:#333333;
	color:#FFF;
	padding:20px;
	}
	
#boton:hover{
	cursor:pointer;
	background: rgba(0,0,0,1);
	}
	
@media(max-width:480px){
	form{
		width:100%;
		}
	}
	
h1{
    text-align: center;
    color:#FFF;
    font-size: 40px;
    background: rgba(0,0,0,0.4);
    margin-top: 20px;

    }
	
	

