@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');
#aboutHat {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 955px;
	z-index: -1;
	background-position: center center;
	background-size: cover;
}
@media (max-width: 1000px) {
	#aboutHat {
		height: 600px;
	}
}