/*Readable but slightly distorted typewriter font*/
@font-face {
  font-family: 'MyUnderwood';
  src: url('../font/MyUnderwood.ttf');
}

/*More distorted typewriter font*/
@font-face {
  font-family: 'Remington';
  src: url('../font/remington__RIVIERA__2007.ttf');
}

/*Bolded, even more distorted typewriter font*/
@font-face {
  font-family: 'BrotherDeluxe';
  src: url('../font/brotherDeluxe1350____2011.ttf');
}

/* german gothic font*/
@font-face {
  font-family: 'F25';
  src: url('../font/F25_BlackletterTypewriter.ttf');
}

/* VT323 is the computery font*/

.whitecontent {
  color: #ffffff;
  font-family: 'MyUnderwood', monospace; font-size: 19px; text-transform: initial;"
}

.blackcontent {
  color: #000000;
  font-family: 'MyUnderwood', monospace; font-size: 19px; text-transform: initial;"
}

a:link {
    color: #ffffff;
}

a:visited {
	color: #ffffff;
    /*color: #1fae46;*/
}

.defaultbg {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
}

.abitofcontent {
	padding: 37px;
}

.center {
  margin: auto;
  width: 45%;
  /*border: 3px solid green;*/
  padding: 10px;
}