
.hamburguesa {
  text-decoration: none;
  font-size: 22px;
  position: relative;
  color: white;
  cursor: pointer;

}
.hamburguesa:hover {
 color: blue;
 text-decoration: none;
}
a{
  text-decoration: none;
}

