.input {
  width: 90%;
  height: 2rem;
  border: 1px solid gray;
  border-radius: 5px;
  outline: none;
  font-size: 1rem;
  padding: 1rem;
}

.textarea {
  width: 60%;
  border: 1px solid gray;
  border-radius: 5px;
  outline: none;
  font-size: 1rem;
  padding: 1rem;
}

.filled {
  background: var(--secondary-hover);
}
