.pronoun--circle {
    width: 5.2em;
    height: 5.2em; 
}

.pronoun--ellipse {
    width: 6.2em;
    height: 3.69em;
}

.pronoun--ma {
    top: 10cqh;
    right: 85cqi;
}

.pronoun--notre {
    top: 35cqh;
    right: 95cqi;
    rotate: 3.37deg;
}

.pronoun--la {
    top: 50cqh;
    right: 85cqi;
}

.pronoun--ta {
    top: -2cqh;
    right: 12cqi;
    rotate: 14.63deg;
}

.pronoun--votre {
    top: 32cqh;
    right: 0;
    rotate: 20.258deg;
}

.pronoun--sa {
    top: 45cqh;
    right: 18cqi;
}

.pronoun--leur {
    top: 64cqh;
    right: 4cqi;
    rotate: 27.42deg;
}

@media (prefers-reduced-motion: no-preference) {
    .reveal--pop {
        animation: reveal-pop 0.5s ease-out alternate both;
        animation-timeline: view(30% 50%);
    }
    @keyframes reveal-pop {
        0% {
            scale: 0.5;
        }
        90% {
            scale: 1.2;
        }
        100% {
            scale: 1;
        }
    }
}