    /* body {
        margin: 0;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f5f5f5;
        font-family: Arial, sans-serif;
    } */

    .flowchart {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 10vh;
    }

    .box {
        width: 120px;
        height: 120px;
        border-radius: 14px;
        background: #d9d9d9;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 14px;
    }

    .group {
        padding: 16px 22px;
        border-radius: 14px;
        background: rgba(217, 217, 217, 0.35);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 38px;
    }

    .arrow {
        font-size: 48px;
        line-height: 1;
    }

    .down-arrow {
        font-size: 36px;
        line-height: 1;
        margin-top: -24px;
        margin-bottom: -24px;
    }