/*
  2. Remove default margin
*/
* {
    margin: 0;
  }
  
  /*
  Typographic tweaks!
  3. Add accessible line-height
  4. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

button {
  border: none;
  background-color: inherit;
  font-size: 1rem;
}