#wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    height: 100%;
    background-color: #d7f2ff;
}
#wrap .img_wrap {
    width: 34rem;
}
#wrap .img_wrap img {
    width: 100%;
}