@charset "utf-8";
/* CSS Document */

#logo {
    font-family: Monospace;
    color: #0EAB0C;
    text-align: center;
    font-size: 170px;
	margin-top: 24px;
	padding-top: 20px;
}
body {
    background-color: black;
	color: white;
	font-family: Monospace;
	font-size: 17px;
	overflow-x: hidden;
}
#page {
	width: 83%;
	margin: 40px;
	margin: 0 auto;
	padding: 20px;
}
footer {
	font-size: 12px;
	margin-top: 50px;
}
a, a::after {
	color: chartreuse;
}
.twocolumn {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.twocolumn > * {
	padding: 1rem;
}
#main {
	background-color: black;
	background-color: rgba(0,0,0,0.6);
	width: 60%;
	border-radius: 40px 40px 40px 40px;
	margin: auto;
	margin-bottom: 24px;
}
#backgroundText {
	width: max(1000px, 140vw);
	word-break: break-all; 
	font-family: 'Consolas', monospace;
	font-size: 1.2em;
	transform: rotate(5deg);
	transform-origin: top right;
	color: #117cab;
	animation-duration: 7s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	user-select: none;
}
#backgroundTextOuter {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -10;
	overflow: hidden;
}
@keyframes gangsta {
	0% { width: 140vw; }
	100% { width: 150vw; }
}
#rndchrs {
	word-break: break-all;
}