body {
    background-color: white;
    color: black;
    font-family: "Times New Roman", Times, serif;
    margin: 40px;
    line-height: 1.5;
}

h1 {
    font-size: 2em;
    margin-bottom: 0.2em;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

.error-container {
    max-width: 600px;
}

a {
    color: #0000EE;
    text-decoration: underline;
}
