#wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    height: 100%;
    background-image: url(../img/index-img.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    background-color: #e1f9eb;
}
#wrap .img_wrap {
    width: 22rem;
    margin-bottom: 15rem;
}
#wrap .img_wrap img {
    width: 100%;
}