a.anc{
    text-decoration:none;
    color:white;
    background-color:rgba(0,0,0,0.1);
    box-shadow:0px 8px 16px 0px white,0 0 15px orange;
    padding:10px;
    width:100%;
   
    
    
    
    
    }
    a.anc:hover{
        text-decoration:none;
        background-color:rgb(124, 117, 104);
        color:black;
        box-shadow:0px 8px 16px 0px black;
        
        
      
    }
    .backg{
      /*  background-image:linear-gradient(to righ,#09203f,#537895);*/
      background-image:linear-gradient(to right,#09203f,#537895);
        background-repeat:no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
    
    /*link 2 style starts here*/

a.anc2:link,a.anc2:active,a.anc2:visited{
    color:white!important;
    text-decoration: none !important;
}
a.anc2:hover{
    color: orange !important;
    text-decoration:none;
    
}

/*link 2 style starts here*/

 /*link 3 style starts here*/

 a.anc3:link,a.anc3:active,a.anc3:visited{
   
    text-decoration: none !important;
    box-shadow:0px 8px 16px 0px white,0 0 15px orange;
}
a.anc3:hover{
    color: orange !important;
    text-decoration:none;
    
}

/*link 3 style starts here*/
