/* CSS FOR SITE PAGE NOT FOUND */

h1 {
	margin: 1.5rem auto;
}

.Explanation_Text {
	margin: 4rem auto;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 2rem;
    font-weight: 700;
	color:#555;
	text-align: center;
}