body {
    font-family: sans-serif;
    background-color: antiquewhite;
}

.error-message {
    color: red;
    font-weight: bold;
    border: red solid thin;
    padding: 1rem;
}