#wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column nowrap;
    height: 100%;
    background: #fff8fa;
    padding: 12rem 0;
}
#wrap .top {
    text-align: center;
}
#wrap .top p {
    letter-spacing: 8;
    font-size: 2.4rem;
    font-weight: 800;
    color: #ec6c83;
    margin-bottom: 1rem;
    font-family: 'HallymGothic-Medium';
}
#wrap .top h1 {
    font-family: 'HallymGothic-Medium';
    font-size: 3rem;
    font-weight: 900;
    color: #c82743;
}
#wrap .mid {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 1.5rem;
}
#wrap .mid img {
    width: 3rem;
}
#wrap .mid span {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
}
#wrap .bot {
    font-size: 1.3rem;
}