#wrap { background: url(../img/img.png) no-repeat; min-height: 100vh; background-position-x: center; background-position-y: bottom; background-size: contain; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 4rem;}
#wrap .img_wrap { text-align: center; margin-top: -5rem;}
#wrap .img_wrap img { width: 40%; max-width: 35rem;}
#wrap > p { font-size: 1.4rem; color: #c1c1c1;}
