/* Place your CSS styles in this file */

h1 {
    text-align: center;
    /*font-family: "Source Sans Pro", sans-serif;*/
    font-weight: normal;
    /*text-decoration: underline;*/
    color: red;
}

p {
	color: red;
}

body {
	color: red;
}

