﻿
.div-error {
    display: inline-block;
    width:100%;
}

    .div-error > div {
        margin: auto;
        text-align: center;
    }

    .div-error .div-img {
        margin-top: 100px;
    }

    .div-error .div-text1 {
        margin-top: 48px;
        font-size: 24px;
        font-weight: bold;
    }

    .div-error .div-text2 {
        margin-top: 24px;
    }

    .div-error .div-button {
        margin-top: 100px;
    }
