.main-holder {
    background-color: #ededed;
    padding: 50px;
    margin-top: 5%;
    border-radius: 20px;
}

.payinvoice {
    padding: 20px 50px;
    font-size: 30px;
    border-radius: 20px;
    background-color: #6ea000;
    border: 0;
    color: #fff;
    max-width: 100%;
}
.payinvoice:hover{
    background-color: #7bbc00;
}

@media (max-width: 768px) {
    }