.link {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    transition: text-decoration-thickness 0.5s ease;
}
.link:hover {
    text-decoration-thickness: 2px;
}