html {
/*#3m31TvPKFw0w0*/
	background:rgba(6,0,10,1.0);
	color:white;
	font-style:normal;
	text-rendering:optimizeLegibility;
	min-width:100vw
}
html,body {margin:0;padding:0;min-height:100vh;overflow-y:hidden}
body {width:100vw;margin:0;font-family:verdana,arial,sans-serif;font-size:100%}
h1, h2, h3 {font-family:'Lucida Sans Unicode','Lucida Grande','Trebuchet MS',sans-serif}
h1 {font-size:190%}
h2 {font-size:150%}
h3 {font-size:120%}

sub {vertical-align:sub}
sup {vertical-align:super}

pre,code,tt,kbd {
	font-family:'DejaVu Sans Mono','Andale Mono','Bitstream Vera Sans Mono',monospace,serif;
	font-size:90%
}
.pre,.code {white-space:prewrap}
/*
a:link {}
a:visited {}
a:hover {}
a:active {} */
h1.title {
	margin:0.9rem 0.5rem;
	font-family:times,serif;
	font-size:5.12rem;
	line-height:4rem;
	color:rgba(96,38,132,1.0);
	text-shadow:0.1rem 0.1rem 0.17rem #fff
}
/* * * * * * * */
.light {
	position:absolute;
	width:0;
	opacity:0.95;
	background-color:#fff;
	box-shadow: #e9f1f1 0px 0px 20px 2px;
	opacity:0;
	top:100vh;
	bottom:0;
	left:0;
	right:0;
	margin:auto
}
#current {
	display:block;
	width:98vw;
	position:relative;
	margin-top:-0.5rem;
	text-align:right;
	color:rgba(255,255,255,1.0)
}
#current b {font-weight:700;animation:blinkingText 2s infinite}
@keyframes blinkingText{0%{color:#fff}49%{color:#a61000}60%{color:transparent}99%{color:transparent}100%{color:#fff}}

#current a,bottom a {text-decoration:none}
#current a,#current a:link {color:rgba(135,134,34,1.0)}
#current a:hover,#current a:active {color:rgba(133,33,94,1.0)}
bottom {
	display:flex;
	flex-direction:row;
	position:absolute;
	background-color:rgba(46,52,54,0.69);
	line-height:1.35rem;
	bottom:0;
	width:100vw;
	font-size:0.9rem;
	text-align:right;
	overflow-y:hidden
}
bottom .left,bottom .right {flex-direction:column;width:50%}
bottom .left {text-align:left;padding-left:1.3rem}
bottom .right {text-align:right;padding-right:1.3rem}
bottom a {text-decoration:none}
bottom a,bottom a:link {color:rgba(103,134,34,1.0)}
bottom a:hover,bottom a:active {color:rgba(1,223,50,1.0)}
a:hover,a:active {text-decoration:underline !important}
