input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}
textarea {
  resize: none;
}
