body, html {
    height: 100%;
    margin: 0;
}
  
body {
    font-family: 'Roboto', sans-serif;
}
#root {
    display: flex;
    flex-direction: column;
    height: 100%;
}