.cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bubble {
  background-color: #3498db;
  color: #fff;
  border-radius: 50%;
  padding: 10px 20px;
  margin: 10px;
  font-family: Arial, sans-serif;
  cursor: pointer;
  /* Ajoutez d'autres styles selon vos besoins */
}
