a:link, a:visited {
  			background-color: white;
  			color: black;
  			padding: 14px 25px;
  			text-align: center;
  			text-decoration: none;
  			display: inline-block;
  			font-family: sans-serif;
		}

		a:hover, a:active {
  			background-color: black;
  			color:white;
		}

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

.dark {
	position: fixed;
	top: 0;
	left: 0;
	height: 120%;
	width: 120%;
}

.lightswitch {
	width: 15%;
	float: left;
	position: fixed;
	left: 43.2%;
	top: 30.6%;
}


ol {
	list-style-type: none;
	margin-top: -4.8vw;
	position: fixed;
	left: 81.5%;
	float: left;
}

li {
	border-style: solid;
	border-radius: 15px;
	text-align: center;
	width: 200px;
	margin: 5px 0;
	background: #FFF;
}

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