*{
    padding: 0;
    margin: 0;
    box-sizing: border-box
}



body{
    background-image: url(../imge/my/back/yfhsdfhjdhjds.jpg);
    background-size: cover;
    
     /* background-color: rgb(33, 73, 73); */
   
}

.ds i{
    color: #f72585 !important;
}
.ds h6,p{
    color: #48bfe3 !important;
}

footer h2{
 color: #f72585 !important;
}
footer ul li{
 color: #48bfe3 !important;
}

.final-icon ul li a i{
    color: #48bfe3 !important;
  transition: 2s;
}
.final-icon ul li a i:hover{
  transform: scale(1.1);
}
