body {
	background-color: #000000;
	text-align: center;
}
.fadein {
	animation: 0.8s fadein;
}
@keyframes fadein {
	0% { transform: translateY(-10px); opacity: 0; }
  	100% { transform: translateY(0px); opacity: 1; }
}
.fadein2 {
	animation: 0.8s fadein2;
}
@keyframes fadein2 {
	0% { transform: translateY(-15px); opacity: 0; }
  	100% { transform: translateY(0px); opacity: 1; }
}
.fadein3 {
	animation: 0.8s fadein3;
}
@keyframes fadein3 {
	0% { transform: translateY(-20px); opacity: 0; }
  	100% { transform: translateY(0px); opacity: 1; }
}
.fadein4 {
	animation: 0.8s fadein4;
}
@keyframes fadein4 {
	0% { transform: translateY(-25px); opacity: 0; }
  	100% { transform: translateY(0px); opacity: 1; }
}
.fadein5 {
	animation: 0.8s fadein5;
}
@keyframes fadein5 {
	0% { transform: translateY(-30px); opacity: 0; }
  	100% { transform: translateY(0px); opacity: 1; }
}
.fadein6 {
	animation: 0.8s fadein6;
}
@keyframes fadein6 {
	0% { transform: translateY(-35px); opacity: 0; }
  	100% { transform: translateY(0px); opacity: 1; }
}
#bg {
	position: fixed;
	background: url("/files/background.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	height: 100%;
	filter: blur(1px);
	filter: brightness(150%);
	top: 0px;
	left: 0px;
	z-index: -1;
}
#centertext {
	width: 1250px;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
}
.text { 
	font-family: Verdana;
	font-weight: normal;
	color: #e6e6e6;
	background: rgba(0, 0, 0, 0.4);
	padding: 12px;
	padding-left: 35px;
	width: 93.6%;
	font-size: 12px;
	font-variant: normal;
	letter-spacing: 0.0px;
	text-align: left;
	line-height: 125%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 10px;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
}
.logo {
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
	margin-top: -14px;
	margin-left: 3px;
	margin-right: 0px;
}
.tabs {
	font-family: Verdana;
	font-weight: normal;
	color: #e6e6e6;
	background: rgba(0, 0, 0, 0.4);
	padding: 12px;
	padding-left: 34px;
	width: 72.0%;
	height: 72px;
	font-size: 16px;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 0.0px;
	text-align: left;
	line-height: 125%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 10px;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
	vertical-align: bottom;
	overflow: hidden;
	display: inline-block;
	user-select: none;
}
.inline-text {
	font-family: Verdana;
	font-weight: normal;
	color: #e6e6e6;
	background: rgba(0, 0, 0, 0.4);
	padding: 12px;
	width: 46.1%;
	font-size: 12px;
	font-variant: small-caps;
	letter-spacing: 0.0px;
	text-align: center;
	line-height: 115%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 10px;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
	vertical-align: top;
	display: inline-block;
}
.inline-text2 {
	font-family: Verdana;
	font-weight: normal;
	color: #e6e6e6;
	background: rgba(0, 0, 0, 0.4);
	padding: 12px;
	width: 30%;
	font-size: 12px;
	font-variant: small-caps;
	letter-spacing: 0.0px;
	text-align: center;
	line-height: 115%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 10px;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
	vertical-align: top;
	display: inline-block;
	height: 487px;
	overflow-y: auto;
	overflow-x: auto;
}
#bottom {
	margin-top: 15px;
	font-size: 12px;
	font-family: Arial;
	color: #e6e6e6;
	text-align: center;
	font-weight: normal;
	line-height: 160%;
	letter-spacing: 0.0px;
}
.inline {
	display: inline-block;
}
.underline {
	color: #dedede;
	text-decoration: none;
}
.underline:hover {
	text-decoration: underline;
}
.link {
	transition: 100ms;
}
.link:hover {
	color: #b5b5b5;
}
::-webkit-scrollbar {
	width: 5px;
	height: 15px;
}
::-webkit-scrollbar-thumb {
	background: rgba(80, 80, 80, 0.4); 
	border-radius: 10px;
}
code {
	font-size: 13px;
	line-height: 130%;
}