table td {
    padding: 5px;
}

h5 {
    margin-bottom: 1rem;
}

a {
    color: black; /* Sets the text color of the link to black */
    /*text-decoration: none; !* Removes underline from the link *!*/
}

a:hover {
    text-decoration: underline; /* Adds underline to the link only on hover */
}

legend {
    font-size: 1rem;
    font-weight: bold;
}