p {
	color: Firebrick;
	width: 420px;
}

body {
	background-color: grey;
	font-family: 'Bree Serif', serif;
	color: Red;
}

h1{
	color: firebrick;
}

h2{
	color: firebrick;
}


