body{
    font-family:Arial, Helvetica, sans-serif !important;
}
.backg1{
    background-image:url('../img/personal/courses/imgg.jpg');
    background-repeat:repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


.trans{
    opacity:0.5;
}
a.anc{
text-decoration:none;
color:white;
background-color:black;
box-shadow:0px 8px 16px 0px rgb(230, 152, 152);
padding:30px;




}
a.anc:hover{
    text-decoration:none;
    background-color:white;
    color:black;
    box-shadow:0px 8px 16px 0px black;
    
    font-weight:bold;
  
}
.txt{
    text-shadow: 1px 1px 2px red, 0 0 15px yellow, 0 0 5px black;
}

.txt2{
    text-shadow: 1px 1px 2px black, 0 0 15px yellow, 0 0 5px white;
}

.anc2{
    text-decoration:none;
    color:white;
    
    font-weight:bold;
  
}

.anc2:hover{
    text-decoration:none;
    color:red;
    
    font-weight:bold;
  
}