/* Custom styles to override background color */
body {
  background-color: #f3f4f6 !important;
}

html {
  background-color: #f3f4f6 !important;
}

.bg-gray-50 {
  background-color: #f3f4f6 !important;
}
