.error_fish{
    flex-direction: column;
    margin-bottom: -100px;
    position: relative;
    padding: 200px 20px;
}
.errors_name{
    font-size: 320px;
    /*font-family: 'k2d-Bold';*/
    color: var(--blueBrand);
    font-weight: bold;
}
.title_err{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}
.descrip_err{
    font-size: 22px;
}
.back_fish{
    position: absolute;
    width: 85%;
    height: 100%;
    left: 50%;
    bottom: 0;
    right: 50%;
    z-index: -1;
    transform: translate(-50%, 0);
}
















































