 body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-image: url('../img/weather-bk.jpg'); 
      background-size: cover;
      background-position: center;
      background-attachment: fixed; /* Keeps the image fixed while scrolling */
      background-repeat: no-repeat;
    }

	
   .member-section {
    max-width: 80%;
    margin: 50px auto;
    padding: 30px;
    background-color: rgb(255 255 255 / 66%);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 59%);
    margin-top: -25px;
}



    .member-section h2 {
      text-align: center;
      margin-bottom: 40px;
      color: #343a40;
    }
	
	

    .item {
      margin-bottom: 30px;
    }

    .item h3 {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 8px;
      color: #212529;
    }

    .item p {
      margin: 0;
      color: #6c757d;
    }

	

    .icon-blue {
      color: #007bff;
    }

    .icon-green {
      color: #28a745;
    }

    .icon-yellow {
      color: #ffc107;
    }
	
	.members {
    color: var(--default-color);
    padding: 60px 0;
    scroll-margin-top: 20px;
    overflow: clip;
}

.Member-resources {
    text-align: center;
    padding: 60px 20px;
    margin-top: -60px;
}

.custom-link
 {
    color: #222222;
    text-decoration: none;
}
