.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* centre verticalement */
    width: 90vw;
    max-width: 1200px;
    height: 100vh; /* occupe toute la hauteur de l'écran */
    margin: -75px auto 0 auto; /* centre horizontalement */
}