html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	font-family: "Helvetica Neue",  sans-serif;
	color: #4e4e4e;
}
.contentBox{

}
.helpTitle {
    text-align: center;
    background: #4e4e4e;
    color: #FFF;
    padding: 1% 0;
    margin-bottom: 5%;
}
@media screen and (min-width: 641px) {
	body{
	font-size: 1.8rem;
	}
}
.btnBox{
	text-align: center;
	padding: 3% 0;
}

