.title {
margin: auto;
border: 3px solid;
font-family:Futura, 'Trebuchet MS', Arial, sans-serif;
background-color: orangered;
height: 175px;
color:white;
border-color:black;
text-align: center;
font-size:50px;
}
/* Build of title */
#container {
	margin-left: auto;
	margin-right: auto;
	background-color: grey;
	border-radius: 100px; 
}
/* Build of Container */
div {
	border-radius: 10px;
}

#header {
	height: 160px;
	float: center;
	clear: both;
	font-family:Futura, 'Trebuchet MS', Arial, sans-serif;
	margin-left: auto;	
	margin-right: auto;
	width: 70%;
	background-color: aqua;
	color:orangered;
	border-radius: 30px;
	text-align: center;
    font-size:20px;
}
/* Build of Header */
a:link {
color:orangered;
}
a:visited {
color:orangered;
}
a:hover {
color:#F07F07;
font-family:italic;
}


.image1 {	
	margin: auto;
	border: 3px solid;
	height: 200px;
	width: 950px;
	margin-left: auto;	
	margin-right: auto;
	background-color: aqua;
	border-color:black;
}
/* Build of Image1 */
 .textarea {
	
	float: center;
	clear: both;
	margin-left: 15%;
	width: 70%;
	background-color: orangered;
	color: black;
	border-radius: 10px;
	    font-size:24px;

}
/* Build of Textarea */