html, body {
  margin: 0;
}

h1, a {
	font-family: 'SABINACUSTOMFONT';
	text-decoration: none;
  	color: white;
  	}
body {
	background-color: #000000
}

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

.comic2 {
	content:url("MEDIA/EMPOWERMENTSERIES2.png");
	width:60%;
	height:60%;
    position:relative;
	left: 30%;
}
