/*nav {
  display: flex;
  background: white;
  width: 20%;
}*/

nav {
  display: flex;
  /*background: #4b81b3;*/
  background: white;
  width: 100%;
  justify-content: center; /* Centers content horizontally */
  /*align-items: center;*/ /* Centers content vertically */
}
img {
  max-width: 300px; /* Adjust this value to whatever suits your needs */
  height: auto; /* Maintain aspect ratio */
}
/*.img-container img {*/
  /*max-width: 100%; /* Ensures the image doesn't overflow the container */
  /*height: auto; /* Maintain aspect ratio */
/*}*/


/*body {
  display: flex;
  justify-content: center; 

}*/

/*nav {
  background: white;
  width: 50%;
}*/
.nav {
  width: 100%;
}

.nav img {
  max-width: 100%; /* Ensures the image doesn't overflow the container */
  height: auto; /* Maintain aspect ratio */
}


/*nav img {
  width: 100%;
  height: auto; 
}*/



.hidden {
  display:none;
}

.text-center {
  text-align: center;
}

.email {
  border: 2px solid black;
  padding: 1%;
}