<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body { margin: 0; padding: 0; height: 100%; overflow: hidden; display: flex; justify-content: center;}

#openfl-content { background-image: url('https://cdn.vigr.ru/forestbounty/frame/appconnect/img/bg.jpg'); width: 100vw; height: 100hw;}

@font-face {
	font-family: 'RF Krabuler';
	src: url('https://cdn.vigr.ru/forestbounty/client/assets_web/fonts/Krabuler.eot?#iefix') format('embedded-opentype'),
	url('https://cdn.vigr.ru/forestbounty/client/assets_web/fonts/Krabuler.woff') format('woff'),
	url('https://cdn.vigr.ru/forestbounty/client/assets_web/fonts/Krabuler.ttf') format('truetype'),
	url('https://cdn.vigr.ru/forestbounty/client/assets_web/fonts/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 */
}</pre></body></html>