body {
    margin: 0 auto;
    max-width: 2000px;
}

#Donate h4 {
    color: rgb(37, 37, 37);
    font-family: 'RalewayBold';
    font-size: 48px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0;
}

.heart {
    display: flex;
    justify-content: center;
}

.heart div {
    margin: 10px;
}

#openHeart {
    background: url(../img/girlsSmile.png) no-repeat center;
    min-height: 550px
}

.registration {
    display: flex;
    flex-direction: column;
}

.forRegistr {
    margin-right: 13%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.forH2 {
    display: flex;
    justify-content: flex-end;
}

h2 {
    font-family: 'RalewayExtraLight';
    width: 70%;
    font-size: 36px;
    color: rgb(37, 37, 37);
    text-align: right;
    word-spacing: 3px;
}

input {
    padding: 20px 250px 20px 20px;
    margin-top: 30px;
    font-size: 24px;
    border-radius: 3px;
    border: 1px solid rgba(100, 100, 100, 0.3);
    outline: none;
    cursor: pointer;
}

.btn {
    width: 395px;
}

button {
    background: rgb(254, 0, 0);
    border-radius: 4px;
    font-size: 20px;
    border: none;
    padding: 15px 50px;
    margin-top: 50px;
    color: white;
    cursor: pointer;
}

#bank {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 70px;
    margin-bottom: 50px;
}

#pays {
    margin-right: 70px;
}

#requisites {
    padding-left: 40px;
    padding-top: 40px;
    width: 840px;
    height: 600px;
    box-shadow: 0px 6px 20px 7px rgba(37, 37, 37, 0.4);

}

#requisites h3 {
    color: rgb(37, 37, 37);
    margin-top: 0;
    font-family: "RalewayBold";
    font-size: 36px;
}

#requisitesText {
    font-size: 20px;
    font-family: "RalewayRegular";
    color: rgba(37, 37, 37, 0.7);
    height: 500px;
    overflow-y: scroll;
}

#thankYou {
    background: url(../img/thankYou.png) no-repeat top;

}

.forText {
    display: flex;
    justify-content: center;
}

#thankYou p {
    padding-top: 160px;
    margin-bottom: 0;
    max-width: 900px;
    text-align: center;
    font-size: 48px;
    color: rgb(37, 37, 37);
    font-family: "OpenSansLightItalic";
}

.heartEnd {
    padding-bottom: 130px;
}

#error_message {
    font-size: 20px;
    font-family: "RalewayRegular";
    color: #BC472F;
}

#success_message {
    font-size: 20px;
    font-family: "RalewayRegular";
    color: rgb(59, 197, 95);
}

.paypal-forms {
    display: flex;
    align-items: flex-end;
    padding-top: 30px;
}

.paypal-forms form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 30px;
}

.paypal-forms form .submit-image {
    max-width: 180px;
    padding: 0;
    margin: 0;
}

.paypal-forms form .submit {
    max-width: 180px;
    padding: 0;
    border: none;
}
