.error-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.error-head h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0
}
.btn-error{
    display:flex;
    justify-content: center;
    align-items:center;
    background-color: #AA7BE8;
    border-color: #AA7BE8;
    border-radius: 0.5rem;
    color: white!important;
    width: 100%;
    min-height: 2.5rem;
    cursor: pointer;
}
.btn-error:hover {
    background-color: #954ee8;
}

.error-container {
    width: 343px;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}


