.body{
  margin:0;
  padding:0;
  font-family:
  
}



.logo{
  background-color:lightgreen;
  margin: 5px;
  padding: 10px;
  display: flex;
  align-items: box-shadow;
  justify-content: space-evenly;
  /*justify-content: space-between;*/
  /*font-size: 30;*/
  /*gap: 0;*/
  margin-left: 0px; 
     }


span-no-space {
        margin-left: 10px; 
    }

  .logo li{
    display: inline-block;
  margin: ;
  }


  .so{
     font-size: 30px;   /* increase size */
    font-weight: bold; /* make it bold */
    text-decoration: none;
    color: blue;  
  }



     nav{
  

  background-color:transparent;
  margin: 2px;
  padding: 3px;
  display: flex;
  align-items: center;
  /*justify-content: space-around;*/
  justify-content: left;
  font-size: 40;


}
nav li{
  display: inline-block;
  margin: ;
}
nav a{
  text-decoration:none;
}

.main img {
  width: 125px;
  height: auto;
  object-fit: contain;
  border-radius: 5px;
  margin-left: 10px;
}

.main a {
  color: green;
  font-size: 22px;
  text-decoration: none;
  font-weight: bold;
  font-size: 40;
  text-align: center;
  margin-top: 5px;
}







.are{
  text-align: center;
  background: lightseagreen;
}

bank-box {
  background: lightseagreen;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  text-align: center;
  max-width: 500px;
  width: 90%;
  text-align: center;
}

.bank-box h2 {
  margin-bottom: 20px;
  color: #2c3e50;
}

table {
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

td {
  padding: 12px;
  font-size: 16px;
  color: #333;
  text-align: left;
}

td:first-child {
  font-weight: bold;
  width: 180px;
  color: #2c3e50;
}

blockquote {
  margin: 20px 0;
  font-style: italic;
  color: #555;
  border-left: 4px solid #ffcc00;
  padding-left: 10px;
}

blockquote span {
  font-size: 14px;
  color: #888;
}





..button-container {
  text-align: center; /* centers the button */
  margin-top: 30px;
}

.end {
  display: inline-block;
  background-color: gold;
  color: #2c3e50;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  text-decoration: none; /* remove underline */
  cursor: pointer;
  transition: 0.3s;
}

.end:hover {
  background-color: #e6b800; /* darker gold on hover */
}







.conduct{
  background-color:lightgreen;
  margin: 5px;
  padding: 30px;
  display: flex;
  align-items: box-shadow;
  /*justify-content: space-around;*/
  justify-content: space-between;
  font-size: 20;
  text-decoration: none;


}

  .conduct li{
    display: inline-block;
  margin: ;
  text-decoration: none;
  }