@charset "utf-8";
html,body {margin:0;padding:0;width:100vw;height:100vh}
body {
background:radial-gradient(ellipse farthest-corner at bottom center, #7A33AB 20%, #49106F 100%);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%
}
a:hover img {border:0}
a:link {color:rgba(186,240,61,1.0);text-decoration:none}
a:visited,a:hover {color:rgba(255,251,65,1.0)}
a:hover {text-decoration:none}
a:active {}
.layout {
	display:flex;
	flex-direction:column;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:stretch;
	align-content:stretch
}
.wrapper {width:100%;text-align:center}
svg {font-family:'Times New Roman','Nimbus Roman',serif;width:100%;line-height:9rem}
svg text {
	animation: stroke 5s infinite alternate;
	stroke-width:2;
	stroke:#fff;
	font-size:9rem
}
@keyframes stroke {
	0% {
		fill: rgba(59,250,250,0);
		stroke: rgba(186,240,61,1);
		stroke-dashoffset:25%;
		stroke-dasharray:0 50%;
		stroke-width:2;
	}
	70% {
		fill:rgba(59,250,250,0);
		stroke:rgba(186,240,61,1);
	}
	80% {
		fill:rgba(59,250,250,0);
		stroke:rgba(186,240,61,1);
		stroke-width:3;
	}
	100% {
		fill:rgba(59,250,250,1);
		stroke:rgba(186,240,61,0);
		stroke-dashoffset:-25%;
		stroke-dasharray:50% 0;
		stroke-width:0;
	}
}
.banner {width:100%;text-align:center;line-height:2.5rem;color:rgba(186,240,61,1.0)}
#footer {
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:stretch;
	align-content:stretch;
	background:rgba(38,20,114,1.0);
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2.5rem;
	border-top:0.12em solid rgba(59,250,250,1.0)}
.left,.right {line-height:2em;font-size:0.9rem;color:rgba(255,255,255,1.0)}
#footer .left {text-align:left;flex-grow:1}
#footer .right {text-align:right;padding-right:1.5rem}
#footer sup {font-size:0.65em}
