button, .button {
  transition: all ease-in-out .5s;
}


body>*, header>*, footer>* {
  transition: all ease-in-out .5s;
}