@font-face {
    font-family: 'JalnanGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#wrap { background: #f6f7fb ; min-height: 100vh;display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12rem;}
#wrap .img_wrap { text-align: center; margin-top:-7rem;}
#wrap .img_wrap p { font-size: 2.2rem; color: #54699f; font-weight: 700; margin-bottom: .5rem;}
#wrap .img_wrap img { width: 70%; max-width: 35rem;}
#wrap .link { text-align: center; font-size: 1.7rem; display: block; width:80%; max-width: 35rem; margin: 0 auto; padding: 1.5rem 0; background: #0c53c7; color: #fff; border-radius: 10px; box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 15px;}