.home-page p {
	margin-left: 50%;
	width: auto;
	text-align: center;
}

.home-page img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
}

@media screen and (max-width: 600px) {
	.home-page img {
	}
}
