.App {
  font-family: sans-serif;
  text-align: center;
}

.wrapper {
  border: 1px solid #000;
  padding: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.controls {
  display: flex;
  gap: 10px;
}