#wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    height: 100%;
    background: #2885ea;
}
#wrap .img_wrap {
    width: 22rem;
    margin-bottom: 10rem;
}
#wrap .img_wrap img {
    width: 100%;
}
#wrap > img {
    width: 18rem;
}
#wrap a {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    background: #718cfb;
    padding: 1.5rem 6rem;
    border-radius: 1rem;
}