
body{
   background-image:linear-gradient(to right,rgba(44, 130, 201, 1),rgba(137, 196, 244, 1));
  
}
.bg1{
    background-image:linear-gradient(to right,rgba(44, 130, 201, 1),rgba(137, 196, 244, 1));
}

.shadow786{text-shadow:3px 3px 5px black;

}
p{
    font-size:18px;
}
ul.out{
    list-style-position:outside;

}







a{
    text-decoration: none;
   
}
a:hover{
   
    text-decoration:none !important;
    }

a.hov{
    background-color:#041E42;
    color:white;
    border:1px solid white;
    box-shadow:0 5px 12px 0px white;
}

a.hov:nth-child(even){
    color:white;
    background-color:skyblue;
    box-shadow:0 5px 12px 0px white;
}

  
a.hov:hover{
    background-color:rgb(49, 191, 247) !important;  
    color:white;
}

img.logo{
    width:70px;
    border-radius:50%;
    }
    img.logo2{
        width:50px;
    }

.shad{
    box-shadow:0 5px 12px 0px white;
}


/*scrollbar styling starts here*/
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: white; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
  }

