body {
	display: grid;
	grid-template-rows: 1fr;
}
html, body {
	height: 100%;
}

main {

}
.centre {
	color: #fff;
	font-family: "Bebas Neue", sans-serif;
	font-size: 4rem;
	position:absolute;
	text-align:center;
	top: 30%;
	width:100%
}
.home-hero {
	align-items: center;
	background: url(../img/hero2.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	color: #fff;
	display: flex;
	font-family: "Bebas Neue", sans-serif;
	font-size: 6rem;
	height:100%;
	justify-content: center;
	text-shadow: 2px 2px 15px #555555;
}

