.errorMessage {
    color: red;
    font-weight: bold;
    display: none; /* Hide the error message by default */
}
