#inputBtn {
  all: unset;
  cursor: pointer;
  background-color: white;
  padding: 5px 0px;
  width: 50px;
  height: 2rem;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  margin-top: 0.6rem;
}

.textinput {
  position: relative;
  /* display: block; */
  align-items: center;
  align-content: center;
  max-width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.input {
  margin-left: 70%;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  padding: 10px 0;
  outline: none;
  border-bottom: solid 1px #212121;
  font-size: 15px;
  height: 3rem;
  width: 12rem;
  color: #212121;
}
