.underline-hover {
  transition: all 0.1s ease;
}

.underline-hover:hover {
  border-bottom: 1px solid #00A3FF;
  cursor: pointer;
}
