.navbar {
  background-image: linear-gradient(to bottom, #054e42, #054e42);
  
 
}
.footer_bg{
 background-image: linear-gradient(to bottom, #054e42, #054e42);
}
.bg-info
{
    
     background-image: linear-gradient(to bottom, #054e42, #054e42);
     
}
.border-info
{
    
     background-color: #054e42);
     
}

/*body {
  background-image: linear-gradient(to top, #a8dadc, #f5f5f5);
  background-repeat: no-repeat; /* Gradient doesn’t repeat */
  /* background-size: cover; Cover the entire element */
  /* background-attachment: fixed; /* Optional: Keeps the background fixed during scroll */
  /* min-height: 100vh; /* Ensures it covers at least the viewport height }*/