#wrap { background: url(../img/bg.png) no-repeat; background-position: center; background-size: cover; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20rem;}
#wrap .img_wrap { text-align: center; }
#wrap .img_wrap img { width: 55%; max-width: 35rem;}
