/* import { createGlobalStyle } from 'styled-components';
 
 export const GlobalStyle = createGlobalStyle`
  body {width: auto;
  height: auto;
  margin: 0;
  background: green;
  }
 `; */

body {
  width: auto;
  height: auto;
  margin: 0;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.css-1jbbcbn-MuiDataGrid-columnHeaderTitle {
  font-weight: 600 !important;
}

.cell-column {
  color: red;
}

* {
  font-family: sans-serif;
}
