@font-face
{
	font-family: PC-98;
	src: url(../pc-9800.ttf) format('truetype');
}

@font-face
{
	font-family: IBM BIOS;
	src: url(../IBM_BIOS.ttf) format('truetype');
}

@font-face
{
	font-family: BSW;
	src: url(../Berkelium64.ttf) format('truetype');
}

@font-face
{
	font-family: C64;
	src: url(../PetMe64.ttf) format('truetype');
}

@font-face
{
	font-family: Topaz-8;
	src: url(../Topaz8.ttf) format('truetype');
}

@font-face
{
	font-family: Giana;
	src: url(../Giana.ttf) format('truetype');
}

body {
  background-color: black;
  color: white;
  font-family: PC-98, "PC-9800", "MS Gothic", "IBM BIOS", "C64", "Giana", "Topaz-8", "Courier", "Times New Roman", "Arial", "BSW";
}

a:link {
  color: white;
  text-decoration: underline;
}

a:visited {
  color: white;
  text-decoration: underline;
}

a:hover {
  color: white;
  text-decoration: none;
}

a:active {
  color: white;
  text-decoration: underline;
}

div {
	box-shadow: 10px 10px rgba(0, 0, 0, 1);
	padding: 20px 20px 20px 20px;
    }

img {
  max-width:100%;
 }
 
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}