.hero-image{
	background:url('../image/bg.jpg');
	background-repeat:no-repeat;
	height:100vh;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	text-align:center;
}
.hero-image h1 {
    
    color: #fbca08;
    margin-bottom: 12px;
    padding: 0;
	font-weight:bold;
}
.hero-image p {
    
    color: #fff;
    font-size:20px;
    padding: 0;
}