/* error-styles.css */

.body-error {
    margin: 0;
    font-family: "Lato", sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 700px;
    min-height: 600px;
    background-color: #f8f9fa;
    color: #333;
}

.container-error {
    text-align: center;
    padding: 15px;
    max-width: 500px;
    background: white;
    box-shadow: 0 4px 8px rgba(206, 206, 206, 0.2);
    border-radius: 8px;
}

.small-container-error {
    max-width: 800px;
    min-width: 300px;
    padding: 30px;
}

h1.error {
    font-size: 2rem;
    color: #0047AB;
    margin-bottom: 10px;
    line-height: 1;
}

p.error {
    font-size: 1rem;
    line-height: 1.4;
    margin: 10px 0;
}

.image-container-error {
    margin: 15px 0;
}

.centered-image-error {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); */
}

.small-image-error {
    max-width: 80%;
}

a.error {
    color: #0047AB;
    text-decoration: none;
    font-weight: bold;
}

a.error:hover {
    text-decoration: underline;
}
