.new-error-main {
    display: flex;
    flex-direction: column;
    align-items: center;       /* Horizontally center */
    justify-content: center;   /* Vertically center */
    min-height: 100vh;         /* Full viewport height */
    text-align: center;
}

.new-error-image {
    margin-bottom: 20px; /* Optional spacing */
}

.new-error__image {
    max-width: 100%;
    height: 500px;
}
