html, body {
  margin: 0;
}


h1, a {
	font-family: 'SABINACUSTOMFONT';
	text-decoration: none;
  	color: black;
  	}

h2 {
	font-family: 'SABINACUSTOMFONT';
	text-decoration: none;
  	color: white;
  	}

.title{
	position:fixed;
top: 10px;
left: 90%;
font-family: 'SABINACUSTOMFONT', sans-serif;
text-transform: uppercase;
text-decoration: none;
color: white;
height: 800px;
width: 100%;
}

body {
	background-color: #000000
}

.comic3 {
	content:url("MEDIA/COUNTINGSERIES.png");
    position:relative;
	left: 20%;
	width: 65%;
	height: 65%;


}




