body {
	background-image:url(../IMG/sol.jpg);
	background-size: 100vw 100vh;
	background-attachment:fixed;
	margin:0;
	
}
form {
width:450px;
margin:auto;
background:rgba(0,0,0,0.4);
padding: 10px 20px;
box-sizing:border-box;
border-radius:10px;
}

h2 {
color:#FFF;
text-align:center;
margin:0;
font-size:30px;
margin-bottom:20px;
font-family:monospace;

	
}

input, textarea {
width:100%;
margin-bottom:15px;
padding:5px;
box-sizing:border-box;
font-size:16px;
border:none;
}

textarea {
min-height:100px;
max-height:200px;
max-width:100%;	
	
}

#boton {
	background:#31384A;
	color:#FFF;
	padding:20px;

	}
	
#boton:hover {
	cursor:pointer;


	
}

@media (max-width:480px) {
form {
width: 100%;	
}
	
}


.redonda {
    
    border-radius:15px;
}