@font-face {
  font-family: Pix; /* set name */
  src: url(fonts/PixelFraktur.ttf); /* url of the font */
}
@font-face {
  font-family: Cho; /* set name */
  src: url(fonts/Chomsky.otf); /* url of the font */
}
@font-face {
  font-family: Blu; /* set name */
  src: url(fonts/blueDOS8.ttf); /* url of the font */
}

body {
	background-color:#1E1F1E;
} 
p {
	color: #E1F7DE;
	font-family: "Blu","Arial","Times New Roman";
}
b {
	color: #337038;
}
a{
	display:inline-block;
}
a:link {
	text-decoration: Underline;
	color: #E1F7DE;
	font-size: 25px;
	font-family: "Pix","Arial","Times New Roman";
}
a:visited {
	text-decoration: underline;
	color: #E1F7DE;
	font-size: 25px;
	font-family: "Pix","Arial","Times New Roman";
}
a:hover {
  transform:rotate(6deg);
  color: #E1F7DE;
}