body {
    /*background-color: blue;*/
    background-image: url("/img/sadaasaada.png");
    /*background-color: #cccccc;*/
}


.logo-img{
     background-color: rgb(84, 36, 36);
      width: 100px;
       height: 100px;
        
}

.bg-color {
    margin-bottom: 16px;
    border: none;
     /*background-image: linear-gradient(to bottom right, red, yellow);*/
  background-color:#000;
    transition: transform 0.15s 
cubic-bezier(0, 0.2, 0.5, 3) 0s;
    border-radius: 14px;
}
.content p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    /* line-height: 35px; */
    padding-top: 11px;
}   

.content p a{
     color: white;
      text-decoration: none;
}

.cvdOlf {
   
   
}

img.imground {
    border-radius: 80px;
}