#wrap { background: #f1f7ff; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 2rem;}
#wrap p { text-align: center; font-size: 2rem; line-height: 1.3; color: #5b5b5b; margin-top: -12rem;}
#wrap p em { font-weight: 600; font-size: 2rem; color: #5b5b5b;}
#wrap .img_wrap { text-align: center; }
#wrap .img_wrap img { width: 80%; 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;}