
  .gr1{

padding:25px;
margin-bottom:50px;
background: radial-gradient(circle at 10% 20%, rgb(242, 235, 243) 0%, rgb(234, 241, 249) 90.1%);
border:1px solid #eee;
}    .navbar-nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.6); /* Slightly less transparent on hover */
  color: #007bff; /* Change text color on hover */
}html, body {
  height: 100%;
  margin: 0;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f8f9fa; /* Bootstrap light background */
}
