#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: 30rem;
}
#wrap .img_wrap {
    width: 15rem;
}
#wrap .img_wrap img {
    width: 100%;
}
#wrap a {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    background: #718cfb;
    padding: 1.5rem 6rem;
    border-radius: 1rem;
}