#wrap { background: url(../img/background.png) no-repeat; min-height: 100vh; background-position-Y: bottom; background-color: #eaedf4; background-size: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12rem;}
#wrap .img_wrap { padding-left: 3rem; }
#wrap .img_wrap img { width: 75%; max-width: 35rem;}
