main {
    display: flex;
    flex-direction: column;
    padding: 64px;
    gap: 64px;
}

section#presentation {
    text-align: center;
    color: #8099B2;
}

section#description {
    text-align: center;

    span {
        color: #003366;
    }
}

section#Alice {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 16px;

    span {
        color: #E239A1;
    }
}

section#Chloé {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 16px;

    span {
        color: #F18616;
    }
}