html, body {
  height: 100%;
  width: 100%;
  background-color: #061072;
  color: #fff;
  margin: 0;
  padding: 0;
  cursor: default;
  font-smooth: never;
}

* {
	 user-select: none;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
}

span {
  display: inline-block;
}

a {
  color: #fff;
  text-decoration: none;
}

#menu_bar {
  margin-bottom: 0.8em;
  padding: 0.4em;
  background-color: #888;
  font-size: 1.1em;
}

#menu_bar div {
  display: inline-block;
}


.menu_item::first-letter {
  color: #f00;
}

.menu_item {
	display: block;
  color: #061072;
}

.content {
  display: block;
  position: absolute;
  background-color: #888;
  visibility: hidden;
}

.content ul {
  list-style-type: none;
  margin: 0;
  padding: 0.3em;
}

.content li:active {
	color: #f00;
}

#buffer {
  display: none;
}

#main_content {
  font-size: 1.2em;
  padding: 0.2em;
  caret-color: rgba(128,50,0,0.85);
  line-height: 3;
}

.page {
  display: none;
}

#fgbg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../bg.png");
  background-blend-mode: multiply;
  z-index: 9999;
  pointer-events: none;
}
