
        * {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    text-align: center;
}
.container {
    position: absolute;
    top: 200px; 
    left: 50%;
    transform: translateX(-50%);
    width: 100%; 
}
.error_svg{
    padding-bottom: 30px;
    width: 210px;
}
.para1 {
    height: 20px;
    font-family: 'Mier Book';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.001em;
    color: #333333;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}
.para2 {
    height: 32px;
    font-family: 'Mier Book';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.0025em;
    color: #999999;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}
@media screen and (min-width: 480px) {
    .container {
        position: absolute;
        top: 145px;
        left: 50%;
        transform: translateX(-50%);
        width:480px;
    }
    .error_svg{
        padding-bottom: 30px;
        width: 462px;
    }
    .para1 {
        height: 32px;
        font-family: 'Mier Book';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        letter-spacing: 0.001em;
        color: #333333;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }
    .para2 {
        height: 48px;
        font-family: 'Mier Book';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.001em;
        color: #666666;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
    }
}