.scale-btn {
  transition: all 0.1s;
  &:hover,
  &.animated {
    transform: scale(1.2);
  }
}
