body{
	background-color: black;
	display: flex;
	justify-content: center;
	flex-direction: column;
	max-width: 80%;
	margin: auto;
}

h1{
	display: flex;
	justify-content: center;
	text-align: justify;
	color: #36cce9;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	display: flex;
	text-align: justify;
	color: #36cce9;
	font-size:20px ;

}

form{
	display: flex;
	flex-direction: column;
}

input,
select{
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	}
	
label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #36cce9;
	padding: 3px;
}

.boton{
	background-color: white;
}
.boton:hover{
	background-color:#36cce9;
	color: white;
    cursor: pointer;
}