body {
	background-color: white;
	font-family: timesnewroman;
	font-size: 100%;
	}
h1 {
font-size: 350%;
color: red;
text-align: center;
margin-bottom: 20px;
}

#storyTitle {
font-family: "Manufacturing Consent", system-ui;
font-weight: 400;
font-style: normal;
}

h2 {
font-size: 175%;
color: red;
text-align: left;
}
h3 {
font-size: 100%;
text-align: center;
}
h4 {
font-size: 50%;
color: grey;
text-align: center;
}
h5 {
font-size: 100%;
color: white;
text-align: center;
}
html{
margin: 50px;
}
a:link {
font-family: comic sans ms;
color: blue;
text-decoration: underline;
}
a:visited {
color: darkviolet;
}
a:hover {
color: violet;
text-decoration: none;
}