body {
  font-family: Arial, sans-serif;
  margin: 40px;
  background-color: #f7f7f7;
}

h1 {
  text-align: center;
  color: #333;
}

table {
  width: 90%;
  margin: auto;
  border-collapse: collapse;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}

th,
td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

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