.clickable {
        cursor: pointer;
        text-decoration: underline;
        color: blue;
}

.hover {
        text-decoration: underline;
}

