.decoration-none {
  text-decoration: none;
}

.decoration-none:hover {
  text-decoration: underline;
}
