body {
  background-color: rgb(247,237,216);
  color: black;
  font-family: "Gothic";
}

div {
  background-color: rgb(247,237,216);
  color: black;
  font-family: "Gothic";
}

@font-face {
	font-family: 'Gothic';
	src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('myfont-webfont.woff') format('woff'), 
	     url('https://disengagea.neocities.org/msgothic.ttf')  format('truetype'),
	     url('myfont-webfont.svg#svgFontName') format('svg');
	}


.bottom {
  position: fixed;
  bottom: 0;
}