html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

#root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#root > * {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

a {
  color: inherit;
}
