@charset "UTF-8";/* CSS Document */body{	display: grid;	grid-template-columns: auto 1080px auto;	grid-template-rows: 128px 512px auto auto auto auto;	background-color: black;}img{	height: 100%;	width: 100%;	object-fit: cover;}strong{	font-size: 26px;}#background{	z-index: -1;}#background-cover{	z-index: 0;	height: 512px;	background-color: rgba(0,0,0,0.65);}#title{	margin: 228.5px 0px 210.5px;	text-align: center;	color: white;	font-size: 40px;	font-family: 'Open Sans', sans-serif;}