#imp {
  display: flex;
  width: 100%;
  flex-direction: column;   /* aligne les enfants en colonne */
  align-items: center;      /* centre horizontalement */
  gap: 20px;                /* espace vertical entre les boutons */
  margin: 20px 0;           /* marge autour si besoin */
}
