
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

body {
	padding: 50px 500px;
	font-size: 13px;
	font-style: Verdana, Tahoma, sans-serif;
	background-size:cover
	
	
hd {

	font-family: roboto;
}
	
	
}

h2 {
	margin-bottom: 20px;
	color: black;
}

.control-group {

margin-left: 40px;

}

input, textarea {
	padding: 10px;
	border: 1px solid #E5E5E5;
	width: 200px;
	color: rgb(0, 0, 0);
	
}

textarea {
	width: 400px;
	height: 150px;
	max-width: 400px;
	line-height: 18px;
	color:black;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: 1px solid #C9C9C9;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;	
}

.form label {
	margin-left: 10px;
	font-family:cursive;
}



.button_submit input {
	width: 100px; 
	font-size:18px;
	font-family:cursive;
	background-color: rgb(0, 0, 0); 
	color: blue;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid blue
}

.pic {

	float:left;
	width: 20px;
}



