body {
	background-color: black;
	color: red;

/*google font*/
	font-family: "IM Fell Great Primer", serif;
	font-weight: 400;
	font-style: normal;

/*remove scroll bar*/
	overflow-x: hidden;
}

/*links*/
a {
	color: red;
}