.chonk {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255,255,255,0.85);
	padding: 3em;
}

.big {
	font-size: xx-large;
}

.statement {
	font-size: larger;
	font-weight: 600;
	font-family: "Raleway",Helvetica, "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
	line-height: 1.5;
	color: rgba(50, 53, 72, 0.8);
}

.fakeHeaderUL {
	font-variant: small-caps;
	font-size: larger;
	text-decoration: none;
}

.underline {
	text-decoration: underline;
}

.header {
	text-align: center;
}

.mid {
	text-align: center;
}