.grid-container {
    text-align: center;
}

.error-pe-illustration img {
    max-width: 100%;
    height: auto;
}

.error-pe-message h1 {
    font-size: 72px;
    color: #6c757d;
}

.error-pe-message p {
    font-size: 18px;
    color: #6c757d;
}

.home-button:hover {
    background-color: #4753c5;
}

.error-pe-illustration,
.error-pe-message {
    text-align: center;
}

.simple-error-container {
    padding: 1.5rem 1rem;
    margin: 0 auto 2rem;
    text-align: center;
    max-width: 700px;
}

.simple-error-message h1 {
    font-size: 28px;
    color: #6c757d;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.simple-error-message p {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.4;
    max-width: 600px;
    margin: 0 auto;
}
