section {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-1 {
	background-image: url(https://www.jqueryscript.net/dummy/1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
h1 { color: #fff; }
