.error-container {
    display: flex;
    padding: 30px;
    align-items: center;
    justify-content: center;
}

.error-container p {
    font-size: 1.1rem;
    font-weight: 400;
}