body {
    margin: 0;
    height: 100vh; /* Hauteurs totale de la fenêtre */
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
        display: flex;
        justify-content: center;
    }