body {
  font-family: Arial, sans-serif;
  text-align: center;
}

.container {
  margin-top: 20px;
}

#emoji-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.emoji {
  cursor: pointer;
  font-size: 64px;
  margin: 5px;
}