/* General Styles */
body {
  font-family: 'Roboto', system-ui, sans-serif;
  background-color: #f8f9fa;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}


.logo {
  max-height: 100px; 
  width: auto; 
  display: block;
  margin-left: auto;
  margin-right: auto; 
  margin-bottom: 20px;
}



.custom-data-grid {
  background-color: white;
}

