#wrap {background: #f7e8e7; display:flex; flex-flow:column; justify-content: center; align-items: center; min-height: 100vh;}
#wrap .img_wrap {width: 70%; margin-bottom: 3rem;}
#wrap .img_wrap img {width: 100%;}
#wrap p {font-size:1.6rem; color:#f0506b; line-height: 1.4;}
#wrap a {display: block; font-size: 1.7rem; margin-top: 10rem; background-color: #f0506b; color: #fff; font-weight: 600; padding: 1.8rem; width: 85%; text-align: center; border-radius: 5px; border: 2px solid #f9b1c3;}


/* 

배경 - #f7e8e7
폰트 - #f0506b

*/