<* CSS RESET *>

.dots {
	margin-left: 5vw;
}


#about {
	position: fixed;
	left: 5%;
	top: 5%;
	}

#credits {
	position: fixed;
	left: 10%;
	top: 5%;
}

ol {
	list-style-type: none;
	position: relative;
	left: -20%;
	top: -6vw;
}

li {
	border-style: solid;
	border-radius: 15px;
	text-align: center;
	width: 180px;
	margin: 5px 0;
}

.melatonin {
	margin-top: 20%;
	position: fixed;
	bottom:0;
}

div.relative {
	position:relative;
	bottom:5%;
}

.buttons {
	float: top;
	margin-left: 60%
}

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;
		}

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