

.members {
  display: flex;
}

.members .images {
  margin-right: 1rem;
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 8px #222;
}
.members .images img {
  width: auto;
  height: 100%;
  position: absolute;
}
.members .images .tall {
  width: 100%;
  height: auto;
}

.members .names {
  font-size: 0.85rem;
  color: #000b;
}
.members .names .name {
  font-size: 1rem;
  color: #000;
}

.shadow {
  box-shadow: 0 0 3px #0008;
}


p {
font-family: 'Times New Roman', Times, serif;
font-size: 18px;

}

   background color 
  body{
          
    background-size:200px; 
     background-color:#abff9e; 
    background-attachment:scroll; 
  }
 text align  
  .justified-text {
    text-align: justify;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2px;
  }
  
  .justified-text p {
    margin-bottom: 1.5em;
  }
  
  @media (max-width: 768px) {
    .justified-text {
      max-width: 100%;
      padding: 10px;
    }
  }
.grid:hover{

      background: rgb(255, 209, 220) !important;

 border-radius: 10px;
 padding: 8px;
 background-image: linear-gradient(90deg,#f18ae0 0%,#9f46f3 100%);

}

hr {
  border-color: red;
}



.bg-light1{
  border-radius: 10px;
  background-color: rgb(255, 209, 220) !important;
  font-weight: bold;
  color: black;
  letter-spacing: 0.2px;
  transition: transform .2s;


}

.bg-light1:hover{
  -ms-transform: scale(1.5); /* IE 9 
  -webkit-transform: scale(1.5); /* Safari 3-8 
  transform: scale(1.5); 

}

.heading{

  color:#ffdd1d;
}

.header{
  background-color: #f5f5dc;
border-radius: 30px;
}



.heading-primary-sub {
  
  display: block;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 5px;
}


.head{
  font-family: 'Times New Roman', Times, serif;
  letter-spacing: 1px;
  font-size: 3rem;
}


h6 {
  font-family: Poppins;
  text-transform: capitalize;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-display: swap;
  text-align: center;
}

.paragraph{
  color: white;
  font-family:'Times New Roman', Times, serif;
  letter-spacing: 1px;
  background-color: transparent;
  background-image: linear-gradient(90deg,#C66CB7 0%,#FB897E 100%);
  padding: 70px;
  border-radius: 10px;
}



.paragraph1{
  letter-spacing: 0.5px;
}



 kepnote tobe updated design code 


@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");

* {
  padding: 0;
  margin: 0;
}


h1 {
  font-family: "Montserrat Medium";
  max-width: 40ch;
  text-align: center;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  text-align: center;
  color: blue;
  letter-spacing: 1px;
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}

span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(6) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(7) {
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(8) {
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(9) {
  animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(10) {
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(11) {
  animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(12) {
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(13) {
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(14) {
  animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(15) {
  animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(16) {
  animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(17) {
  animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(18) {
  animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}


.paragraph2{
 
  background-color:rgb(241, 244, 247);

  padding: 13px;
  border-radius: 8px;
font-weight: bold;
}
.paragraph3{
  background-color:rgb(241, 244, 247);
  padding: 22px;
  letter-spacing: 0.5px;
  border-radius: 8px;
  font-weight: bold;
}


.para4{
  letter-spacing: 0.5px;
}

.venue{
  background-color: whitesmoke;
  border-radius: 10px;
}

 image design with the design 
.images:hover{
  width: 150px;
  height: 150px;
  border-radius: 10px;
   padding: 15px 20px; 

}


.col-lg-5:hover{
   background-color: #f1f1f1; 
   
    background: linear-gradient(to top, lime, 20%, cyan); 
   background: linear-gradient(#0cebeb,#20e3b2 ,#29ffc6);

  border-radius: 10px;

}

.names:hover{
  font-size: 16px;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  border-radius: 10px;
  letter-spacing: 0.5px;
  font-weight: bold;
   display: inline-block;
  opacity: 0;
  filter: blur(4px); 

}


.members{
  padding: 10px;
}


