body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff;
    padding: 0;
    margin: 0;
  }
  
  .title {
    text-align: center;
    color: #d4aa00; /* Yellow-gold for heading */
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
  }
  
  table thead tr {
    background-color: #701f1f; /* Dark red for table header */
    color: white;
  }
  
  table th,
  table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
  }
  
  table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  
  table tbody tr:hover {
    background-color: #f1f1f1;
  }
  .header-container {
    background-color: #edb79d;
    color: rgb(5, 5, 5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    flex-wrap: wrap;
  }
  
  .header-container {
  background-color: #701f1f;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  flex-wrap: wrap;
}

.header-container h3 {
  margin: 0;
  font-size: 18px; /* Smaller size for ग्रामपंचायत आळसंद */
  font-weight: normal;
}

.header-container h1 {
  flex: 1;
  text-align: center;
  font-size: 26px; /* Main title is bigger */
  font-weight: bold;
  margin: 0;
}

/* Responsive Image */
.header-container img {
  width: 60px;  /* Smaller image */
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: white;
}

/* Responsive Design for Smaller Screens */
@media screen and (max-width: 768px) {
  .header-container h3 {
      margin: 5px;
      width: 10px;
      font-size: 10px; /* Even smaller for tiny screens */
  }

  .header-container h1 {
      font-size: 15px; /* Adjust main title */
  }

  .header-container img {
      width: 30px; /* Reduce image size further */
  }
}
footer {
  background-color: #701f1f;
  color: white;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  margin-top: auto;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}