#page-home {
	display: flex;
	justify-content: center;
	align-items: center;
}

#hero-img {
	width: 333px;
}

#hero-email {
	padding-left: 5px;
}

@media (max-width: 500px) {
	#hero-img {
		width: 243px;
	}

	#hero-email {
		font-size: 21px;
	}
}
