a {
    color: inherit;
    text-decoration-thickness: 2px;
    text-underline-offset: 2.5px;

    &:hover {
        color: #96000c;
        text-decoration-color: currentcolor;
        text-decoration-thickness: 2px;
    }
}
