body {
  background-color: aquamarine;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1220px;
  height: 100%;
  margin: 0 auto;
  padding-top: 100px;
}

.wrap {
  padding: 30px 20px;
  background-color: rgb(118, 193, 27);
}

input {
  width: 450px;
  height: 100px;
  display: flex;
  align-items: start;
  justify-content: start;
}

.counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.all-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.all {
  color: rgb(34, 0, 128);
}

.left {
  color: red;
}
