#wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    height: 100%;
    background-color: #e4f4f3;
}
#wrap .img_wrap {
    width: 25rem;
    margin-bottom: 5rem;
}
#wrap .img_wrap img {
    width: 100%;
}
