@font-face {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}

.special-elite-regular {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: black;
}

p {
	color: white;	
	font-family: verdana, Arial, Helvetica;
	font-size: 15px;
	text-align: justify;
}

p.small {	
	font-family: verdana, Arial, Helvetica;
	font-size: 8px;
}

a {
  color: white;
  text-decoration: none;
}

a :link {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #00FF34;
  text-decoration: none;
}

a:active {
    color: #00FF34;
    text-decoration: none;
}

h1 {
	  color: white;
	  text-align: center;
	  font-family: Special Elite;
	  font-size: 35px;
} 

h2 {
	  color: white;
	  text-align: Left;
	  font-family: Special Elite;
	  font-size: 20px;
} 

h3 {
	  color: red;
	  text-align: center;
	  font-family: Special Elite;
	  font-size: 25px;
} 

h4 {
	  color: white;
	  text-align: center;
	  font-family: Special Elite;
	  font-size: 40px;
} 

h5 {
	  color: white;
	  text-align: center;
	  font-family: Special Elite;
	  font-size: 25px;
text-shadow: 2px 2px 5px red;
} 

h6 {
	  color: red;
	  text-align: center;
	  font-family: Special Elite;
	  font-size: 40px;
} 
