.error-message {
    color: red;
    margin-bottom: 1em;
}

/* リンクの色とスタイルを明示的に指定 */
.error-message a {
    color: #007BFF;
    text-decoration: underline;
}
