body {
  font-family: Arial, sans-serif;
  background-color: #F3F4F6;
  color: #333;
}

table {
  border-collapse: collapse;
}

th, td {
  border: 2px solid #909092;
}

th {
  background-color: #4A90E2;
  color: white;
}