div.myfootercontainer {
  width:40%;  
  display:inline-block;
}

.DivDonate {
  background-color: red;    
  text-align: center;
}

.DivVOL {
  background-color: whitesmoke;    
  text-align: center;
}

.DivNews {
  background-color: blue;    
  text-align: center;
}

.btn.btn-primary {
    background-color: #1a61ab;
}
