is it possible to add the custom CSS to the error msg (Please fill out this field)?
<form>
<label for="one">One Email: </label><input type="email" id="one" required data-errormessage-value-missing="Something's missing" data-errormessage-type-mismatch="Invalid!">
<button>Submit</button>
</form>