body {
	font-family: "Greta Sans 8";
	display: grid;
	justify-content: space-around;
	align-items: center;
	height: 110vh;
	margin: 0;
	overflow: hidden;
}
p {
	font-size: 42vmin;
	margin: 0;
	line-height: 1;
	font-weight: 900;
	display: flex;
	align-items: flex-start;
	text-transform: uppercase;
	letter-spacing: -.05em;
	transform: scaleX(.6);
	transition: .5s;
	grid-row-start: 1;
	grid-column-start: 1;
	color: brown;
}
p:nth-of-type(1) {
	z-index: 2;
}
p:nth-of-type(2) {
	z-index: 1;
}
p:nth-of-type(2) span {
	-webkit-text-stroke: 1vw white;
}
p:nth-of-type(3) span {
	-webkit-text-stroke: 1.5vw brown;
}
span:nth-of-type(4) {
	font-weight: 800;
	font-size: 1.5em;
	margin: -0.471em -0.29em 0 -.05em;
}
span:nth-of-type(3) {
	font-weight: 700;
	font-size: 2em;
	margin: -0.395em -0.18em 0 -.05em;
}
input:checked ~ p {
	filter: blur(.07em);
}
input{
	position: absolute;
	left: -1000em;
}
label {
	position: absolute;
	left: -5em;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}