body {
  background-color: #7c9d12;
  display: flex;
  align-items: center;
  justify-content: center;
  
}







.yellowborder {
  margin-top: 10px;
  display: flex;
  border-style: solid;
  border-color: #ccd90c;
  border-width: 10px;
  box-sizing: border-box;
  width: 70%; /* or any specific width you want */

  
}

.testgreen {
  border-style: solid;
  border-color: #677514;
  border-width: 3px;
  background-color: white;
  width: 100%;
 
  box-sizing: border-box; /* Include borders in width and height calculations */
  margin: 0; /* Set margin to zero to prevent overlapping */
  
}
.header-container {
  
  border-left: none;
  border-right: none;
  border-bottom: none;
  position: absolute;
  top: 194px;
  left: 50%;
  transform: translateX(-50%);
  
  
  width: 66.9%;
  height: 30%;
  background-image: url('images/inyaheader.jpeg'); /* Replace 'path/to/your/image.jpg' with the actual path or URL to your image */
  background-size: cover; /* Adjust as needed (e.g., contain, cover, auto, etc.) */
  background-position: center; /* Adjust as needed */
  background-repeat: no-repeat; /* Adjust as needed */
}



.nav {

position: absolute;
z-index: 1;
top: 1px; /* Adjust as needed */
left: 35.1%; /* Adjust as needed, or use a specific value like 500px */

  
}

.nav ul {
list-style: none;
opacity: 0.9;
padding: 0;
margin: 0;


}

.nav li {
display: inline-block;
margin-right: 10px; /* Adjust as needed */
background-color: #91c1d6;
font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  line-height: 40px;
  height: 100px;
  border-bottom: 88px solid #c4c8cc;
  padding-top: 100px;
  z-index: 1;
}

.nav a {
text-decoration: none;
color: #cbcbcb;
display: block;
padding-top: 20px;
  padding-bottom: 20px; /* Add bottom padding */

background-color: white;


}
.nav a:hover {
background-color: #005f5f;
}







.header imga {
margin-top: 30vh;
border-top: grey 5px solid;

  padding-top: 3px;
}

.middlepagecontainer {
  
  position: relative;
  width: 98.2%;
 
  background-color: rgb(255, 255, 255);
  margin: 500px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
 
}

.login, .blog, .chatbox {
  flex: 1;
  text-align: left;
  padding: 10px;
  margin: 10px;
  background-color: #fff;
  border: #c4c8cc solid 1px;
  flex-direction: column;
  
}

.login {
  flex: 1; /* Adjust the flex value based on your preference */
  flex-basis: 1px; /* Initial size */
  max-width: 15%; /* Maximum size */
  ;
}

.blog {
  flex: 2; /* This will be twice the width of login */
  border: none;
}

.chatbox {
  flex: 1; /* Adjust the flex value based on your preference */
  flex-basis: 1px; /* Initial size */
  max-width: 15%; /* Maximum size */
  height: 50vh;
}

@media screen and (max-width: 600px) {
  .middlepagecontainer {
    flex-direction: column;
    align-items: center;
  }

  /* No need to set flex-direction here, as .middlepagecontainer is already a flex container */

  .login, .blog, .chatbox {
    margin: 5px;
  }
}


.Loginlabel {
  width: 100%;
  background-color: #89c0d7;

 
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 5px 5px 10px;
  color: white;
  font-weight: bold;
  
}

.wee{
  width: 99%;
  
} 
/* this is for the stuff inside loginlabel moduel */


.ChatterBox {
  width: 100%;
  background-color: #7c9d12;

  margin-top: 5px;
  padding: 5px 5px 5px 10px;
  color: white;
  font-weight: bold;
}

.blog{

}

.blogimgs{
  width: 88%;
  height: auto;
  text-align: center;
}