#wrap { background: #fff; padding-bottom: unset;min-height: 100vh; display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; }
#wrap .img_wrap { text-align: center;}
#wrap .img_wrap img { width: 80%; max-width: 35rem;}
#wrap .link { text-align: center; font-size: 1.8rem; display: block; width:90%; max-width: 35rem; margin: 0 auto; padding: 2rem 0; background: #4eb36f; color: #fff; border-radius: 10px;}