#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 right;
    background-size: cover;
}
#wrap .img_wrap {
    width: 23rem;
    margin-bottom: 20rem;
}
#wrap .img_wrap img {
    width: 100%;
}
#wrap p {
    font-size: 1.8rem;
    font-weight: 500;
}