body {
    background-color: #0E0e0E;
}

p {
   	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font: 16px sans-serif;
	font-weight: 200;
	line-height: 150%;
	color: #A2A1A1;
}

h5 {
   	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font: 24px sans-serif;
	font-weight: bolder;
	color: #A2A1A1;
}
/* Style the links inside the sidenav */
#mySidenav a {
  position: absolute; /* Position them relative to the browser window */
  left: -30px; /* Position them outside of the screen */
  transition: 0.3s; /* Add transition on hover */
  padding: 10px 10px 10px 16px; /* individuelles padding */
  width: 80px; /* Set a specific width */
  text-decoration: none; /* Remove underline */
  text-align: right;
  font-size: 16px; /* Increase font size */
  color: white; /* White text color */
  border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
  border-width: 1px;
  border-style: solid;
  border-color: #ff0000;
}

#mySidenav a:hover {
  left: 0; /* On mouse-over, make the elements appear as they should */
}

/* The about link: 20px from the top with a green background */
#bestof {
  top: 120px;
  background-color: #666;

}

#home {
  top: 180px;
  background-color: #555 /* Light Black */
}

/*#blog {
  top: 80px;
  background-color: #2196F3; 
}*/

/*#projects {
  top: 140px;
  background-color: #f44336; 
}*/

