body, html{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


.system-gradient{
    background: radial-gradient(ellipse at center, #fff 0, #f2f3f6 100%);
    padding: 30px;
}
h1.system-header{
    font-size: 100px;
    font-weight: 300 ;
    line-height: 1 ;
    color: #4f785f;
    text-align: center;
}
p.txt-not-found{
    color: #4f785f;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    line-height: 1;
}
p.txt-sorry{
    color: #4f785f;
    font-weight: 300;
    font-size: 28px;
    text-align: center;
    line-height: 1;
}
p.txt-tryagain{
    color: #666666;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 1;
}
.need-help{
    margin: auto;
    padding-bottom: 20px;
}
.need-help p{
    font-size: 20px;
    color: #9e9e9e;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}
.pt-40{
    padding-top: 40px;
}
.need-help a.infinity-number{
    color: #73c573;
    text-decoration: none;
    text-align: center;
    font-weight: 900 ;
    font-size: 32px;
    display: block;
}
@media only screen and (max-width: 767px){
    .need-help{
        display: none;
    }
    h1.system-header{
        text-align: left;
    }
    p.txt-tryagain{
        text-align: left;
        line-height: 1.55;
    }
    p.txt-sorry{
        text-align: left;
    }
    p.txt-not-found{
        text-align: left;
    }
}
