@charset "utf-8";
/* CSS Document */
body {
	background-image: url(img/background.png);
	overflow: visible;
    height: 100%;
margin: 0;
padding: 0;
overflow-x: auto;
font-family: TopazPlus-a1200;
}

.main {
	background-color: fffffff;
	font-family: TopazPlus-a1200;
	align: center;
	width: 100%;
}

.bord {
    border: 2px solid #FFA500;
	font-family: TopazPlus-a1200;
	color: #00ff00;
	border-color: #007700;
	box-shadow: 0px 0px 15px 5px #004f07;
	background: rgba(0, 0, 0, 0.6);
	width: 1050px
}

.text {
	background: #000000;
    opacity: 0.5;
	border: 2px solid #007700;
	box-shadow: 0px 0px 15px 5px #004f07;
	font-family: TopazPlus-a1200;
	align: center;
	width: 100%;
	width: 1050px;
}


@font-face {
  font-family:TopazPlus-a1200;
  src: url("http://lisikpng.com/topaz.eot");
  color: black;
}
@font-face {
  font-family:TopazPlus-a1200;
  src: url("http://lisikpng.com/topaz.ttf") format("truetype");
}

::-webkit-scrollbar{
  width: 4px;
	background-color: #0c1d12;
}

* {
  scrollbar-color: #007700 #aaaaaa;
  scrollbar-width: thin;
}

html, body {
  margin: 0;
  padding:0;
  min-height: 100vh;
  font-family: 'Open Sans'
}

body {
  position:absolute;
  width: auto;
  min-width: 100%;

}

pre {
  font-family:TopazPlus-a1200;
  font-size:16px;
  font-weight:normal;
  color:#ffffff;
  line-height: 16px;
  margin: 0; padding: 0;
  margin-bottom:16px;
}


::selection {
background: #2D912C; 
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
	cursor: pointer;
}

.close {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 25px;
    cursor: pointer;
}
