#mySidenav a {

  position:fixed;

  left: -120px;

  transition: 0.3s;

  padding: 2px;

  width: 200px;

  height:100;

  text-decoration: none;

  font-size: 18px;

  font-family:"MS Sans Serif";

  color: #0B036B;

  border-radius: 0 0px 0px 0;

  background-repeat:no-repeat;

}



#mySidenav a:hover {

  left: 0;

}



#about {

  top: 20px;

  background-image:url(../images/button-tap_02.png);

}



#blog {

  top: 80px;

  background-image:url(../images/button-tap_03.png);

}



#projects {

  top: 140px;

  background-image:url(../images/button-tap_04.png);

}



#contact {

  top: 200px;

  background-image:url(../images/button-tap_05.png);

}



/* CSS Document */



