.scrolling {
    position: fixed;
    left: 0;
    top: -1vw;
    height: 110%;
    width: 110%;
}

.text {
	font-family: monospace;
}

.about-main {
	position: absolute;
	top: 30%;
	left: 21.1%;
	width: 250px;
	font-size: 16px;
	line-height: 1.1;
}

.text2 {
	font-family: Courier New, monospace;
	float: top;
}

.about-scribbles {
	position: absolute;
	top: 65%;
	left: 80%;
	width: 200px;
	font-size: 12px;
	color: #00b02f;
}

.timestamp {
	position: absolute;
	top: 90%;
	left: 80%;
	width: 200px;
	font-size: 12px;
	color: #00b02f;
}

.home {
	position: fixed;
	left: 20%;
	top: 75%;
}

.copyright {
	font-family: sans-serif;
	font-size: 12px;
	position: fixed;
	bottom: 1.5%;
	left: 41.8%;
	color: #00b02f;
}