/*site.css*/
header nav{
	border: solid 10px purple;
	border-radius: 15px;
	background-color: forestgreen;
	width: 165px;
	color: orange;
	padding: 0px;
	float: right;


}
h1 , h2 , footer{
	border:purple solid 10px;
	border-radius: 15px;
	padding:15px;
	background-color: forestgreen;
	color:orange;
	
	

}

h3 , h4 , h5{
	width:auto;
	color: orange;
	background-color: forestgreen;
	border:purple solid 10px;
	border-radius: 15px;
	padding:5px;
	font-size: 15px;
}
h1{
	font-size: 85px;
	width: 240px;

}
h2{
	width: 1050px;
	text-align: center;
	align-content: absolute;
	font-size: 30px
	

}
h3{
width: 365px;
}
h4{
width: 320px;
}
h5{
width: 310px;
}
img , select , input {
	border: solid purple 10px;
	border-radius: 10px;
	padding:10px;
	background-color: orange;
	
}
select{
font color: yellow;
}
input{
	float: right;
}
body{

}
footer{
	font-size: 10px;
	width: 60px;
}