#mySidenav a {
  position: fixed;
  left: -50px;
  transition: 0.3s;
  padding: 15px;
  width: 100px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 0 5px 5px 0;
}

#mySidenav a:hover {
  left: 0;
}

#profil {
  top: 140px;
  background-color: #1171f0;
  text-align: right;
}

#whatsapp {
  top: 200px;
  background-color: green;
  text-align: right;
}

#exit {
  top: 260px;
  background-color: red;
  text-align: right;
}


#contact {
  top: 320px;
  background-color: #555;
  text-align: right;
}