 .successfulFlowCreationPage {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 100%;
    width: 100%;
}

.textSummary {
    width: 80%;
    text-align: center;
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.aiImage {
    padding-top: 16px;
    padding-bottom: 16px;
}
