#credits {
	font-family: Helvetica, sans-serif;
	transition: 0.25s;
	text-align: center;
}
#credits hr {
	width: 20vw;
}
#credits a {
	text-decoration: none;
	color: black;
}
#credits a:hover {
	color: darkslateblue;
}

#singleh6 {
	font-weight: normal;
	font-style: italic;
	margin-top: 5px;
}

#singleh1 {
	margin-bottom: 5px;
}