html {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    padding: 0;
    height: 100vh;
}

#root {
    height: 100%;
}
.MuiTablePagination-select, .MuiTablePagination-actions, .MuiTableCell-head{
    color: #E6243D !important;
}