.row-link {
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.row-link:hover {
    text-decoration: underline;
}
