.nav {
	height: 60px;
	background-color: rgba(240, 240, 240, 1);
	color: rgba(0, 230, 0, 1);
	position: fixed;
	width: 100vw;
	z-index: 100;
}
.nav h1 {
	font-size: 50px;
	padding: 5px;
	padding-left: 15px;
	position: relative;
	font-family: endurest;
}
::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    background-color: #e4e4e4;
}
::-webkit-scrollbar-track {
    background-color: #000000;
}
::-webkit-scrollbar-thumb {
    background-color: #00ff00;
}
body {
	overflow-x: hidden;
}