p a { color: #4CAF50;  text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; transition: color 0.25s ease, text-underline-offset 0.25s ease, text-decoration-thickness 0.25s ease; } @font-face { font-family: Ionicons; font-display: swap !important; } p a:hover { color: #FFC107;  text-underline-offset: 4px;  text-decoration-thickness: 2px;  } p a:visited { color: #388E3C;  }