.clickable {
  transition: all 0.2s ease-in;
}


.textarea {
  field-sizing: content;
}

.clickable:active {
  transform: scale(0.70);
  background-color: rgba(64, 64, 64, 0.3);
}


html {
    scroll-behavior: smooth;
}
