html,body {
    background: #F7ECDD;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.main {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */

}
.contant {
    /* display: flex; */
    justify-content: center;
    align-items: center;

}
.popkit {
    /* text-align: center; */
    margin-top: 180px;
    /* margin-left: 250px; */

}
.in-popkit {
    display: inline-flex;
}
.sorry-image img {
    width: 160px;
    height: 170px;
}
.popkit-image {
    width: 330px;
    height: 50px;
    margin-left: 50px;
}
.service {
    /* text-align: center; */
    /* margin-left: 43%; */
    width: 100%;
    position: relative;
    /* left: 510px; */
    bottom: 80px;
    margin-left: 210px;


}
.do-no-service {
    font-size: 16px;
    color: #78716b;
    font-weight: 400;
}
.safari-mood {
    color: #0f998e;
    font-size: 17px;
    margin:20px 180px 10px 0px;
}
.alert-text {
    font-size: 15px;
    color: #78716b;
}
.alert {
    font-size: 15px;
    color: #78716b;
    /* margin-left: 115px; */
}
.chrome-mood {
    font-size: 15px;
    color: #78716b;
    margin: 20px 0px 25px 0px;
}
span.download {
    background: #fff;
    font-size: 17px;
    padding: 15px 20px;
    color: #78716b;
    margin-right: 185px;
}
span.download a {
    text-decoration: none;
    color: #78716b;
}
