body {
    font-family: 'Arial', Helvetica,sans-serif;
    line-height: 1.6;
    background-color:#FFC67D;
    color: #333;
    margin: 0;
    overflow: auto;
  }
  h1{
    text-align: center;
    background-color:#D2B48C;
    color:#F5F5DC;
    
  }
  
  header {
    background-color: #333;
    padding: 10px 20px;
  }
  
  header nav a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
  }
  
  header nav a:hover {
    text-decoration: underline;
  }
  
  .container {
    text-align: center;
    margin-top: 20px; /* Adjusted margin to 20px */
    
  }
  
  .profile-image {
    max-width: 200px;
    margin: 0 auto;
    min-height: 150px;
    border-radius: 50%;
    border: 3px solid #fff599;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    
    
  }
  .profile-image:hover {
    transform: scale(1.05); /* Slight zoom effect */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); /* Enhanced shadow */
  }
  
  main {
    padding: 20px;
    max-width: 800px;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    min-height: 100vh; /* Ensures there is enough height to scroll if needed */
  }
  
  .content h1 {
    text-align: center;
    color: #333;
    font-size: 28px;
    margin-bottom: 10px;
  }
  
  .content h2 {
    margin-top: 20px;
    color: #555;
    font-size: 22px;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 5px;
  }
  
  .alt-id {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    color: #777;
  }
  
  p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  
  footer {
    text-align: center;
    padding: 10px;
    background-color: #333;
    color: #fff;
    position: sticky;
    bottom: 0;
  }
  
  .scroll-top {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  
  .scroll-top:hover {
    text-decoration: underline;
  }
  
  /* Link styling */
  a {
    color: #3498db;
    text-decoration: none;
  }
  
  a:visited {
    color: #2980b9;
  }
  
  a:hover, a:focus {
    color: #1abc9c;
    text-decoration: underline;
  }
  
  a:active {
    color: #e74c3c;
  }
  
  table {
    width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  thead {
    background-color: #2c3e50;
    color: white;
  }
  
  th, td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 12px;
  }
  
  th {
    font-weight: bold;
  }
  
  tbody tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  tbody tr:hover {
    background-color: #ddd;
  }
  
  ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
  }
  
  ul li {
    padding: 4px 0;
  }
  
  section {
    text-align: center;
    margin: 20px;
  }
  
  section p {
    font-weight: bold;
  }
  
  a {
    color: #3498db;
    text-decoration: none;
  }
  
  a:hover {
    color: #2980b9;
    text-decoration: underline;
  }
  
  /* Specific Styles for Application Form */
  form > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  form img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    height: auto;
  }
  
  form p {
    margin: 10px 0;
  }
  
  form a {
    color: #3498db;
    text-decoration: none;
  }
  
  form a:hover {
    color: #2980b9;
    text-decoration: underline;
  }
  
  form {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
  }
  
  form label {
    display: block;
    margin-bottom: 5px;
  }
  
  form input, form select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  form button {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  form button:hover {
    background-color: #45a049;
  }
  
  .container {
    text-align: center;
    margin-top: 20px;
  }
  
  .imagec {
    max-width: 300px;
    margin: 0 auto;
    min-height: 150px;

    
  }
  .imagec:hover {
    transform: scale(1.05); /* Slight zoom effect */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); /* Enhanced shadow */
  }
  
  
  @media (max-width: 600px) {
    section {
      padding: 10px;
    }
  
    footer {
      padding: 5px;
      font-size: 14px;
    }
  }
  
  @media (min-width: 601px) and (max-width: 1200px) {
    section {
      padding: 15px;
    }
  }
  
  @media (min-width: 1201px) {
    section {
      padding: 20px;
    }
  }
  
  footer {
    padding: 10px;
    background-color: #f1f1f1;
    text-align: center;
  }
  