.Error-page {
    padding: 210px 0 0 455px;

    &-reactified {
        background-color: white;
        height: 655px;
        margin-top: -18px;
        padding: 210px 0 0 750px;
    }

    &-image-style {
        height: 120px;
        width: 170px;
    }

    &-text-style {
        color: var(--gray-800);
        font-family: Rubik, sans-serif;
        margin: 55px 0 0 -132px;
    }

    &-main-text {
        font-size: 24px;
        font-weight: 300;
        height: 28px;
        margin-bottom: 13px;
        width: 815px;
    }

    &-sub-text {
        color: var(--gray-800);
        font-size: 14px;
        font-weight: 300;
        height: 18px;
        line-height: 17px;
        margin-left: 115px;
        width: 450px;
    }

    &-href-color {
        color: inherit;
    }
}
