.topbar	{
	left: 			60%;
	}

.text	{
	position: 		absolute;
	left: 			10%;
	color: 			#d5d5d5;
	}

.navbar {
	overflow:		hidden;
	background-color: 	#242424;
	position: 		fixed;width: 100%;
	}

.navbar a {
	display: 		inline-block;
	left: 			30%;
	color: 			black;
	font-size: 25px;
	text-decoration: none;
	}

.main 	{
	margin-top: none;
	}