.mail {
  text-decoration: none;
  color: black;
}
.mail:hover {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
