.row {
    border: 1px solid !important;
    padding: 10px !important;
    margin-bottom: 20px !important;
    border-radius: 20px !important;
    width: 50% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.donation-frame > p {
    color:black !important;
}

.col-sm-6 {
    margin:auto;
}

@media screen and (max-width: 640px) {
    .row {
        width:100% !important;
    }
  }