.whatsapp {
	font-size: 24px;
}
a.wp:link {
  color: white; 
  background-color: transparent; 
  text-decoration: none;
}

a.wp:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a.wp:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a.wp:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

