html {
	font-size: 12px;
}

p.b {
	font-size: 1rem;
}


@media screen and (orientation: portrait) {
	p.a {
		font-size: 3rem;
	}
}
@media screen and (orientation: landscape) {
	p.a {
		font-size: 1rem;
	}
}

