@media screen and (max-width: 640px) {
	h1 {
		font-size: 30px;
	}
}

@media screen and (max-width: 460px) {
	h1, h2 {
		font-size: 20px;
	}
}