body {
  font-family: Arial;
  text-align: center;
  background: #f5f5f5;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 150px;
}