a {
    text-decoration: none;
    transition: text-decoration-color 0.3s;
}

a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: pink;
}