@media (max-width: 1000px) {
	body {
		font-size: 1.15rem !important;
	}
}
@media (max-width: 600px) {
	body {
		font-size: 1.05rem !important;
	}
}
@media (max-width: 512px) {
	body {
		font-size: 1.0rem !important;
	}
}
@media (max-width: 370px) {
	body {
		font-size: 0.65rem !important;
	}
}
@media (max-width: 250px) {
	body {
		font-size: 0.35rem !important;
	}
}
@media (max-width: 160px) {
	body {
		font-size: 0.25rem !important;
	}
}
@media (max-width: 130px) {
	body {
		font-size: 0.15rem !important;
	}
}
.body > div > h1 {
	margin-top: 0;
	margin-bottom: 0;
}
