#mySidenav a {
  position:fixed; /* Position them relative to the browser window */
  left: -510px; /* Position them outside of the screen */
  
  transition: 0.3s; /* Add transition on hover */
  padding: 15px; /* 15px padding */
  width: 530px; /* Set a specific width */
  text-decoration: none; /* Remove underline */
  font-size: 20px; /* Increase font size */
  color: white; /* White text color */
  border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
}

#mySidenav a:hover {
  left: 0; /* On mouse-over, make the elements appear as they should */
}

#mySidenav1 a {
  position:fixed; /* Position them relative to the browser window */
  left: -140px; /* Position them outside of the screen */
  
  transition: 0.3s; /* Add transition on hover */
  padding: 15px; /* 15px padding */
  width: 160px; /* Set a specific width */
  text-decoration: none; /* Remove underline */
  font-size: 20px; /* Increase font size */
  color: white; /* White text color */
  border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
}

#mySidenav1 a:hover {
  left: 0; /* On mouse-over, make the elements appear as they should */
}

#mySidenav2 a {
  position:fixed; /* Position them relative to the browser window */
  left: -170px; /* Position them outside of the screen */
  
  transition: 0.3s; /* Add transition on hover */
  padding: 15px; /* 15px padding */
  width: 190px; /* Set a specific width */
  text-decoration: none; /* Remove underline */
  font-size: 20px; /* Increase font size */
  color: white; /* White text color */
  border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
}

#mySidenav2 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 */
#about {
  top: 20px;
  background-color: #deae58;
}

#blog {
  top: 320px;
  color:white;
  background-color: #252729; /* Blue */
}

#projects {
  top: 260px;
  color:white;
  background-color: #252729; /* Red */
}

#contact {
  top: 200px;
  color:white;
  background-color: #deae58 /* Light Black */
}
