.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}.StripeElement--invalid {
    border-color: #fa755a;
}.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
body {
        margin-left: 20% ;
        margin-right: 30%;
        font-size: x-large;
        font-family: Georgia, serif;
}

@media only screen and (max-device-width: 480px) {
body {
        margin-left: 0% ;
        margin-right: 3%;
        font-size: large;
        font-family: Georgia, serif;
}
}

P {
        margin-top: 0pt;
        text-indent: 0.2in;
}

h1 {
        margin-top: 0pt;
        color:#e48282;
        margin-bottom: 0pt;
}

h2 {
        color:#e39514;
}
                                                                                                                            
