<style>



body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #FFFFFF;
    background-repeat: repeat-x;
}
 body.no-scroll {
    overflow: hidden;
    height: 100vh;
    position: fixed;
    width: 100%;
  }
.full-width-layout {
  width: 100vw;
  margin: 0;
  padding: 0;
}
.innerwrapeer {
  width:800px;
  height:auto;
  background-color:white;
}

.style2 {
    font-style: italic;
    color: #29297C;
    font-weight: bold;
}
.container {
    display: flex;
    padding-left: 200px;
    align-items: left;
    justify-content: left;
}
.image-container{
    width 725px;
    height:1000px;
}

.image-container img{
    width:; 100%;
    height:100%;
}

.text {
    font-size: 18px;
    font-family: Verdana, sans-serif;
    padding: 20px;
    color: blue;
    text-align: center;
}
.dropdown {
    padding: 20px;
}

.media_img {
    max-width: 50%;
    max-height: 25%;
}
span.underline { 
    color: black; 
    text-decoration: underline; 
}
span.underline a { 
    color: blue; 
    text-decoration: none; 
}
  .bodytextdt {
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 1.4; /* Adjust as needed */
    color: white; /* Optional if needed */
    font-family: Verdana, sans-serif; /* Match heading font if needed */
  }

  
.nav-link {
  font-family: sans-serif;
  font-size: 14px;
  color: blue;
  text-decoration: none;
}




.nav-link:hover {
  color: red;
  text-decoration: underline;
}

.nav-link.active {
  color: blue;
  text-decoration: underline;
}
.responsive-img {
    width: 90%;
    max-width: 300px;
    display: block;
    margin: 0 auto 12px auto;
    border-radius: 15px;
    object-fit: cover;
  }

.blogbody
{
    font-family:Verdana; 
    font-size:14px; 
    text-align:justify; 
    width:50%; 
    margin-left:25%; 
    margin-right:25%; 
    color:black; 
    line-height:1.5;
}

.blogimg
{
font-family:Verdana; 
font-size:10px; 
text-align:center; 
width:50%; 
margin-left:25%; 
margin-right:25%; 
color:#1F1F1F;
margin-top:2px;
}
</style>