.error-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.error-box {
    text-align: center;
    padding: 20px;
}


