.ButtonWrapper {
  display: flex;
  justify-content: space-between;
  margin: 14px;
}
.Left {
  display: flex;
  justify-content: space-around;
}
.Right > * {
  margin-left: 10px;
}

.Left > * {
  margin-right: 10px;
}
.Right {
  display: flex;
  justify-content: space-between;
}
