.hero-header {
	background: url("../images/hero-start.webp") no-repeat center center;
	background-size: cover;
	min-height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2rem;
}
