body {
	margin: 0;
	background-color: #000;
	color: #fff;
	font-family: Monospace;
	font-size: 13px;
	line-height: 24px;
	overscroll-behavior: none;
}

#exit-button-container {
  position: fixed;
  top: 20px;
  right: 20px;
  display: none;
  z-index: 3;
}

button {
  font-size: 20px;
}
