.abt{
   font-weight: 500;
   font-family:Verdana, Geneva, Tahoma, sans-serif;
 
}

#img:hover{
     transform: translateY(-25px);
     position: absolute;
     transition: ease-in 0.5s;
     box-shadow: 4px 4px 6px rgb(255, 90, 90);

}
.nature{
    font-weight: bolder;
    color: rgb(44, 161, 34);
}
.name{
    font-weight: bolder;
    color: rgb(192, 59, 59);
}
.nat{
    font-size: 35px;
}
.navbar-nav .nav-link:hover{
    color: rgb(243, 200, 8) !important;
}

 #clr:hover{
    color: none;
 }
 header{
    position: sticky;
    top: 0;
    z-index: 1;
 }
