* {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

body {
  height: 100vh;
  margin: 0;
  display: flex;
  flex-flow: column;
}

button {
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
