body {
  //background-image: url('img/back-full.png');
  background-color: rgb(0 5 16);
  color: white;
}

* {
	  //font-family: 'Montserrat';
	  
	  font-family: 'Roboto Mono', monospace;
	  font-optical-sizing: auto;
	  font-size: 24px;
}

p {
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

.letter_bk {
  fill: black;
}

.letter {
  fill: black;
  opacity: 0;
}

.box {
  fill: white;
  opacity: 0.5;
  stroke: gray;
  stroke-width: 2;
  
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.widget {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chapsig {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 48;
  cursor: pointer;
  visibility: hidden;
}

.red {
	color: red;
}
.fade {
	opacity: 0.1;
}

.head {
  position: fixed;
  top: 1000px;
  left: 0;
  width: 100%;
  // height: 100%;
}
.contact {
  position: fixed;
  top: 650px;
  left: 100px;
  width: 100%;
  // height: 100%;
}

.chap {
  position: fixed;
  top: 0;
  left: 100px;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.bpage {
  position: absolute;
  top: 0;
  left: 0;
  color: black;
  text-align: center;

  font-weight: 700;
  font-size: 46px !important;
  line-height: 46px !important;
  letter-spacing: 0.5px;
}

h1 {
  font-size: 34px;
  color: yellow;
  padding: 0;
  margin: 0;
}

.no-select {
  user-select: none;
}

header {
    opacity: 1;
	width: 1536px;
    height: 656px;
	//background-image: url(img/back-header.png);
	background-size: 100% 100%;
}
footer {
    opacity: 1;
	// margin-top: -200px;
	width: 1536px;
    height: 813px;
	//background-image: url(img/back-down.png);
	background-size: 100% 100%;
}