.app-container,
.app-container input {
  font-size: 18px;
}

.app-content {
  width: 600px;
}

/* INPUT */

.form-controls {
  margin-bottom: 20px;
  justify-content: space-between;
}

.input-search {
  height: 50px;
  width: 100%;
  border: 4px solid #eee;
  padding-left: 8px;
  margin-bottom: 12px;
}

.input-text {
  margin-right: 12px;
  height: 50px;
  width: 100%;
  border: 4px solid hsl(50, 100%, 58%);
  border: 4px solid #ffdb29;
  padding-left: 8px;
  float: left;
}

.button-primary {
  width: 100%;
  border: 4px solid hsl(120, 69%, 41%);
  line-height: 30px;
  background-color: hsl(200, 20%, 40%);
  color: hsl(0, 0%, 100%);
  float: left;
  height: 50px;
}

.button-primary:hover {
  background-color: hsl(200, 20%, 30%);
  cursor: pointer;
}

/* OUTPUT */

.output-box {
  border: 4px solid hsl(207, 90%, 54%);
  height: 300px;
}

.output-box div {
  margin: 10px;
  padding: 10px;
  background-color: ghostwhite;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.output-box div span {
  font-family: monospace;
}

.date {
  color: #ccc;
}

.destroy {
  border: none;
  background: none;
  color: lightgray;
  cursor: pointer;
  font-size: 20px;
  font-weight: bolder;
}

.destroy:hover {
  color: hsl(14, 74%, 43%);
}

.item {
  -vendor-animation-duration: 0.2s;
  -vendor-animation-delay: 0.2s;
}
