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

.credits {
	position: relative;
	width: 350px;
	left: 40%;
	top: 10vw;
	text-align: center;
	font-family: monospace;
	font-size: 16px;
	line-height: 1.5;
}

.home {
	position: fixed;
	left: 48.2%;
	top: 80%;
}

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