.hide {
  display: none;
}
.one,
.two,
.three {
  display: inline-flex;
  max-width: 320px;
  margin: 1rem;
}

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