body {

	background-image: url("BlogBG.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	color: white;

}

h1 {
	font-family: "Audiowide", sans-serif;
  	font-weight: 400;
  	font-style: normal;

}

p {
	font-family: "Orbitron", sans-serif;
 	 font-optical-sizing: auto;
 	 font-weight: <weight>;
 	 font-style: normal;

}

.titleBar {

	display: flex;
        position: relative;
	font-size: 2em;
	margin: 4.5% 1%;
	

}

.mainText {

	font-size: 1.5em;
	margin: 0% 1%;
	margin-right: 10%
}

.Return {
	text-align: right;
	width: 75%;

}

.jumpToTop {

	font-size: 6em;
	position: fixed; 
	right: 0.5em;
	bottom: -2.2em;

}

.top {
	font-size: 0em;
	height: 0em;

}

 a:link {

	color: #fc97bf;
	text-decoration: none;
}


 a:visited {

	color: #fc97bf;
	text-decoration: none;
}

 a:hover {

	color: #ff1e78;
	text-decoration: none;
}

 a:active {

	color: #ff1e78;
	text-decoration: none;
}

.jumpToTop a:link {

	color: #4a839c;
	text-decoration: none;
}


.jumpToTop a:visited {

	color: #4a839c;
	text-decoration: none;
}

.jumpToTop a:hover {

	color: white;
	text-decoration: none;
}

.jumpToTop a:active {

	color: white;
	text-decoration: none;
}

.Return a:link {

	color: #4a839c;
	text-decoration: none;
}


.Return a:visited {

	color: #4a839c;
	text-decoration: none;
}

.Return a:hover {

	color: white;
	text-decoration: none;
}

.Return a:active {

	color: white;
	text-decoration: none;
}


