
#wrap { 
    background: #f5d540; 
    min-height: 100vh; 
    background-position-x: center;
    background-size: cover; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    gap: 12rem;
    position: relative;
    overflow-x: hidden;
}
#wrap .img_wrap { 
    text-align: left;
    margin-bottom: 20rem;
    padding: 2rem;
 }
#wrap .img_wrap img { 
    width: 80%; 
    max-width: 35rem;
    margin-bottom: 3rem;
}
#wrap .img_wrap p { 
    font-size: 2rem;
    line-height: 1.5;
    font-family: 'bandalgom';
    
}
#wrap .img2 { 
    width: 100%; 
    max-width: 35rem;
    position: absolute;
    right: -3rem;
    bottom: 3rem;
}
#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;
}