.help{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 32px;
	background-color: rgba(255, 255, 255, 0.75);
	font-size: 2.0rem;
	line-height: 1.5;
	color: #212121;
	overflow-y: scroll;
}

.help h1{
	font-size: 4.8rem;
	line-height: 2;
	white-space: nowrap;
	
}

.help h2{
	font-size: 3.6rem;
	line-height: 2;
	white-space: nowrap;
}

.help h3{
	font-size: 2.8rem;
	line-height: 2;
	white-space: nowrap;
}

.help .icon{
	font-size: 3.6rem;
	color: #c7cad0;
}
.help .icon:hover{
	color: #212121;
}