a {
    text-decoration: underline;
    color: inherit;
    cursor: pointer;
    position: relative; /* Ensure the icon is positioned relative to the link */
}

a:hover {
    text-decoration: underline;
    color: rgb(255, 62, 62);
}
