body {
	background-color: #000000;
}
.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: 900px;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
}
.text { 
	font-family: Verdana;
	font-weight: normal;
	color: #dedede;
	background: rgba(0, 0, 0, 0.4);
	padding: 9px;
	width: 95%;
	font-size: 12px;
	font-variant: normal;
	letter-spacing: 0.0px;
	text-align: center;
	line-height: 125%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
	vertical-align: top;
	list-style-position: inside;
}
.logo {
	-webkit-filter: drop-shadow(6px 6px 5px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(6px 6px 5px rgba(0, 0, 0, 0.5));
}
#bottom {
	margin-top: 15px;
	font-size: 12px;
	font-family: Arial;
	color: #dedede;
	text-align: center;
	font-weight: normal;
	line-height: 160%;
	letter-spacing: 0.0px;
}
.inline {
	display: inline-block;
}
.unanim {
	color: #dedede;
	transition: 200ms;
	border-bottom: 1px solid transparent;
}
.unanim:hover {
	border-color: #dedede;
}
::-webkit-scrollbar {
	width: 5px;
	height: 15px;
}
::-webkit-scrollbar-thumb {
	background: rgba(80, 80, 80, 0.4); 
	border-radius: 10px;
}