/*
Resets CSS to be okay for the react components to take control of everything
*/

body,
html,
#root {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
