
header
{
	width : 100%;
	display : flex;
	position : fixed;
	left : 0px;
	top : 0px;
	background-color : white ;
}

header p, strong
{
	margin : 15px;
}
header a
{
	color : black;
	text-decoration : none;
}



section
{
	display : flex;
	flex-direction : column;
	justify-content : space-around;
	align-items : center;
	align-content : space-around;
	flex-wrap : wrap;
	padding : 75px;
	margin-bottom : 50px;
	margin-left : 0px;
	margin-top : 50px;
}


section2
{
	display : flex;
	justify-content : space-around;
	align-items : center;
	align-content : space-around;
	flex-wrap : wrap;
	padding : 100px;
	margin-bottom : 50px;
	margin-left : 0px;
	margin-top : 50px;
}


img
{
	margin : 30px;
}


footer
{
	width : 100%;
	display : flex ;
	padding-top: 50px;
	color : gray ;
}

footer p
{
	margin : auto ;
	@font-size : x-small;
}