body {
    background: radial-gradient(red, deeppink);
    margin: 0;
}

h1 {
    height: 100vh;
    background: rgba(255, 255, 255, .4);
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18vmin;
    letter-spacing: .1em;
    scroll-snap-align: start;
}

p {
    font-size: 2.5vw;
    max-width: 45ch;
    margin: 100px auto;
    font-family: monospace;
}

.liste-des-statuts {
    display: flex;
    flex-direction: column;    
}
html {
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}
article {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start;
}