.center-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.error-image{
    width: 340px;
}

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