.roundCorner
{
    /*width: 170px;
    height: 20px;*/
    /*padding: 2em 0em 1em;*/
    padding: 1em 0em 0.5em;
    /* border: 1px solid; */
    border-top: 0;
    position: relative;
    /*background: linear-gradient(to right, #603b25 3%, #1e0803 51%, #603b25 99%);*/
    background: url(../img/bg.PNG);
}
.roundCorner:after {
    /*position: absolute;
    left: -1px;
    right: -1px;
    top: 0;
    height: 1.5em;
    /* border: 1px solid black; */
    /* border-top: 0; */
    /*border-radius: 0 0 13em 13em / 0 0 3em 3em;*/
    /*border-radius: 0 0 90em 90em / 0 0 10em 10em;*
    border-radius: 0 0 70em 70em / 0 0 9em 9em;
    content: '';
    background: #fff;
    background: url(../img/bg.png);*/
}