 


 body {
   background-image: linear-gradient(to right, rgb(255, 0, 128) , rgb(255, 128, 0));
} 
/*body {
	background-image: url('../img/201.jpg');
	background-size: 100vw 100vh;
	background-repeat: no-repeat;

}*/

#h1 {
	text-align: center;
	color: rgb(255, 255, 255);
	font-family: "Times New Roman", Times, serif;
	
}

#h4 {
	text-align: center;
	color: rgb(255, 255, 255);
	font-family: "Times New Roman", Times, serif;
}

p {
	text-align: center;
	color: rgb(255, 255, 255);
}

div {
	text-align: center;
}

button {
	width: 40%;
	background-color: rgb(255, 255, 255);
	text-align: center;
	text-decoration: none;
	color: rgb(0, 0, 0);
	padding: 12px 20px;
	margin: 8px 0;
	border: 3px solid rgb(0, 0, 0);
	border-radius: 8px;
	cursor: pointer;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

.button4 {
	border-radius: 15px;
}

input[type=text],
select {
	width: 60%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #B6DFF7;
	font-family: "Times New Roman", Times, serif;
}

input[type=submit] {
	width: 60%;
	background-color: rgb(255, 255, 255);
	text-align: center;
	text-decoration: none;
	color: rgb(0, 0, 0);
	padding: 12px 20px;
	margin: 8px 0;
	border: 3px solid rgb(0, 0, 0);
	border-radius: 8px;
	cursor: pointer;
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
}

input[type=submit]:hover {
	background-color: rgb(192, 192, 192);
}


input[type=tel],
select {
	width: 60%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 3px solid rgb(0, 0, 0);
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #B6DFF7;

}
.label {
	width: 5%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.success {
	background-color: white;
}

/* Green */

span {
	text-align: center;
	color: #0C035B;
}