h1 {
	background-color:#295F6B;
	padding:100 px;
	font-family:"Courier New";
	color:white;
	font-weight: lighter;
}

p {
	font-family:"Courier New";
	bottom-margin: 75 px
}

.grid-continer {
	display:grid;
}

.grid-items {
	row-gap:25 px;
	column-gap:25 px;
}

.item1 {
	grid-column:1 / 4; 
	grid-row: span 3:;
}