#wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    height: 100%;
}
.img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;    
}
#wrap .img_wrap img {
    width: 60%;
    margin-bottom: 10rem;
}
