body {
  background-image: url("/secrets/devN/media/tempbg.png");
  background-size: auto;
  background-color: #50436C;
  color: black;
  font-family: courier;
  font-weight: bold;
}

.titlebox {
  background: rgb(62, 49, 99);
  background: linear-gradient(180deg, rgba(62, 49, 99, 1) 0%, rgba(230, 165, 119, 1) 73%, rgba(242, 211, 109, 1) 95%, rgba(255, 200, 82, 1) 100%);
  color: white;
  border: 2px solid #110e1c;
  margin: auto;
  padding: 10px;
  width: 35%; 
  transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
}

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

@keyframes float2 {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-10px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

.navigate {
  background: rgb(107,101,130);
  background: linear-gradient(180deg, rgba(36, 28, 69, 1) 0%, rgba(99,97,190,1) 80%, rgba(230, 165, 119, 1) 100%);
  color: white;
  border: 2px solid #110e1c;
  width: 90%;
  margin: auto;
  padding: 5px;
  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
}

.mainBox {
 background: rgb(107,101,130);
 background: linear-gradient(180deg, rgba(36, 28, 69, 1) 0%, rgba(99,97,190,1) 95%, rgba(230, 165, 119, 1) 100%);
 color: white;
 border: 2px solid #110e1c;
 width: 80%;
 margin: auto;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 10px;
 box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
}

.wtflip {
  text-align: right;
}

.vcr {
  font-family: "vcr_osd_mono_1.001";
}

.dotmatrix {
  font-family: "dotmatri";
}

.nephere {
  background-color: #170f45;
  color: white;
  border: 2px solid #110e1c;
  margin: auto;
  width: 10%;
  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
  transform: translatey(0px);
	animation: float2 10s ease-in-out infinite;
}

.neptain {
 padding-top: 10px;
 margin: auto;
 width: auto;
}

.jumper {
 color: white;
}

/* unvisited link */
a:link {
  color: #EABD3F;
}

/* mouse over link */
a:hover {
  color: #EE9A3F;
}

/* selected link */
a:active {
  color: #EE9A3F;
}

.gallery {
  margin: 5px;
  border: 2px solid white;
  border-style: dashed;
  float: left;
  width: 24%;
}

.gallery:hover {
  border: 2px solid black;
  border-style: dashed;
}

.gallery img {
  width: 100%;
  height: auto;
}

.desc {
  padding: 15px;
  text-align: center;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.FUCKOFF {
  margin: auto;
}

.shounenjump {
  background: rgb(107,101,130);
  background: linear-gradient(180deg, rgba(36, 28, 69, 1) 0%, rgba(99,97,190,1) 100%);
  color: white;
  border: 2px solid #110e1c;
  margin: auto;
  padding: 5px;
  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
  width: 10%;
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-align: center;
}