
.result-link {
    text-decoration: none;
    color: black;
}

.result-link:hover {
    color: #007bff
        /* Optional: Change color on hover if desired */
}
a {

text-decoration: none;
padding: 10px;
color: blue;
}

label{
font-weight:bold;
}