.error{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 239px;
    background-image: url(img/homeImage/delight.svg) , url(img/homeImage/delight.svg) ;
    background-repeat: no-repeat;
    background-position: 105px 632px, 1487px 99px;
    padding-bottom: 35px;
    justify-content: flex-end;
}
.error-p{
    color: var(--standart-text);
    font-variant-numeric: lining-nums tabular-nums;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.30;
    letter-spacing: 0.92px;
    text-transform: capitalize;
}
.error-p::before{
    display: block;
    width: 80px;
    height: 19px;
    content: "";
    background-image: url(img/errorImage/spoon.svg);
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 32px;
}
.error-btn{
    color: var(--low-background);

    font-family: "Cormorant Upright";
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75; /* 28px */
    letter-spacing: 0.64px;

    display: flex;
    padding: 8px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    background: var(--h2-text-btn, #DCCA87);
    margin-top: 32px;
}
.error-low{
    color: var(--low-p);
    text-align: center;

    /* Body 16px Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%; /* 28px */
    letter-spacing: 0.64px;
    margin-top: 267px;
}
.header{
    background-image: linear-gradient(rgba(4, 4, 4, 0.5), rgba(4, 4, 4, 0.5)), url(img/errorImage/background.jpg);
    background-repeat: no-repeat;
    background-position: center;
}