body {
    display: flex;
    background-color: black ; 
    justify-content: center;
    font-family: 'Press Start 2P';
 
}

#centre {
    position: absolute;
    margin: 0, auto;
    text-align: center;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

#affiche{
  display:flex;
}

#pub {
  margin: 10px;
}
