html,body { margin: 0; padding: 0; height: 100%; overflow: hidden; display: block; background-color: #000000;}

body {
	background-image: url('bg2.jpg');
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100% !important;
}

#openfl-content {
	background-image: url('bg.jpg');
	background-size: cover;
	width: 100vw;
	height: 100vh;
	display: block;
}

@font-face {
	font-family: 'RF Krabuler';
	src: url('Krabuler.eot?#iefix') format('embedded-opentype'),
	url('Krabuler.woff') format('woff'),
	url('Krabuler.ttf') format('truetype'),
	url('Krabuler.svg#RF%20Krabuler') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: auto auto; /* 15% from the top and centered */
  padding: 20px;
  border: 2px solid #888;
  border-radius: 10px;
   /* width: 30%; Could be more or less, depending on screen size */
}