/* Basic styles for the math tutor application */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

#root {
  height: 100vh;
  width: 100vw;
}
