*{
	margin:0;
	padding:0;
}

body{
	margin:0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:50px;
	color:#fff02d;
	line-height:1.6;
}

#showcase{
	background-image:url('../img/showcase.jpg');
	background-size:cover;
	background-position:center;
	height:100vh;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	padding:0 20px;
}

#showcase h1{
	font-size:50px;

}
