header{
	background-image: url('../img/impactbanner.png');
}
header section {
	padding: 30px;
	color: white;
}

header section h1{
	margin-bottom: 55px;
	font-size: 40px;
}
header section  img{
	display: block;
	width: 60px;
	padding: 5px;
	margin-top: 50px;
}
article{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
table{
	background:  hsl(71,31%,48%);
	color:white;
	border: 1px solid;
	border-collapse: collapse;
	text-align: left;
	padding: 15px;
}
th,td{
	border:1px solid;
	padding: 9px;
	min-width: 100px;
}
th{
	text-transform: uppercase;
	background: hsl(125,7%,22%);
	color: hsl(71,31%,48%);
}
@media(min-width: 1000px){
header section{
     width:53%;
     margin: auto;
	}
	article{
		margin-bottom: 30px;
	}
	header section  img{
    margin-top: 150px;
	}
	table{
		width: 50%;
		margin: auto;
		padding: 20px;
	}
	th,td{
		padding: 15px;
	}
}