.error {
    color: red;
}

.custom-link {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

.custom-link:hover {
    color: #0056b3;
    text-decoration: underline;
    cursor: pointer;
}