.input {
  border: none;
  background-color: transparent;
  color: inherit;
  font-size: 1em;
  width: 100%;
  white-space: break-spaces;
}
.web {
  &:focus {
    outline: none;
  }
}
