body {
    background-color: white;
}


.logo-img{
     background-color: rgb(84, 36, 36);
      width: 100px;
       height: 100px;
        
}

.bg-color{
    margin-bottom: 16px;
    border: none;
    background-color: rgb(235, 238, 241);
    color: rgb(0, 0, 0);
    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: black;
      text-decoration: none;
}

.cvdOlf {
   
   
}