
h1, h2, p, h3, .img2 {
	font-family: system-ui; 
	font-feature-settings: "tnum";
	margin-left: 5%;
}


h1 {
	font-size: 2.5em;
	line-height: 1.1em;
	width: 900px;
	height: auto;
}

h2 {
	font-size: 1.5em; 
	width: 700px;
	height: auto;
}

.p1 {
	font-size: 1.0em;
	width: 700px;
	height: auto;
	float: left; 
	padding-right: 20px;
	line-height: 1.5em;
	
}

.p2 {
	border-top: solid 2px gray;
	border-bottom: solid 2px gray;
	width: 750px;
	height: auto;
	float: left;
	line-height: 3em;
}

.img1 {
	margin-left: 400px;
	height: 130px;

    
}

.img2 { 
	margin-top: 20px ;
	width: 500px;
	height: auto;
}


h3 {
	font-size: 1.0em;
	line-height: 1.5em; 
	color: hsl(199, 100%, 43%) ;
	width : 80px ;
	height: 25px ;
}

.img3 {
	height: 400px;
	width: auto;
	float: right;
}

.imgbas{
	width: 100%;
}

.imghg {
	float: right;
}

.imghd {
	float: left;
}

.cred {
	font-size: 0.7em;
	color: darkgrey;
}