
@media screen and (max-width: 720px) {
	.textBox p {
		font-size: 21px;
	}
}

@media screen and (max-width: 480px) {
	h1 {
		font-size: 75px;
	}

}

@media screen and (max-width: 320px) {
	h1 {
		font-size: 50px;
	}

	.textBox p {
		font-size: 19px;
	}
}

