.link {
    text-decoration: none;
    color: inherit;
    &:hover {
        text-decoration: underline;
    }
}

label {
    user-select: none;
}
