.btn-lg{
    background-color: transparent;
    border: 1px solid rgba(105, 105, 105, 0.5);
    color: rgb(105, 105, 105);
    transition: 0.5s;
    
}

.btn-lg:hover{
    background-color: rgba(105, 105, 105,1);
    border: 1px solid rgba(105, 105, 105,1);
    color: white;
    transition: 0.5s;
}
.carousel-caption{
    color: rgba(31, 25, 25, 1.83);
}

div >h3.transp{
    background-color:transparent;
    color: white;
    transition: 0.5s;
}

div >h3.transp:hover{
    background-color:transparent;
    color: rgba(31, 25, 25,1);
    transition: 0.5s;
}
a.transp{
  color: rgba(31, 25, 25, 0.5); 
}

