html {
	font-size: 100%;
}


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


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

