@font-face {
    font-family: Plantagenet Cherokee;
    src: url(fonts/PlantagenetCherokee.ttf);
    font-weight: normal;
}
@font-face {
    font-family: Karelle SVG-BANDH;
    src: url(fonts/KarelleSVG-Regular-BANDH.ttf);
    font-weight: normal;
}

body, table {
        color: #603b1b;
        font-size: 1.1em;
    
}

body {
    background-image: url("images/paper-bcg.webp");
	background-position: center center;
    background-repeat: repeat-y;
    background-size: cover;
}

table td, table th {
    border: 0px;
}

.mytrees-submit {
    width: min-content;
    border: none !important;
    font-size: 30px;
    font-family: "Karelle SVG-BANDH", Sans-serif;
    color: #603B1B;
    background-image: url(images/btn-border.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0) !important;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: unset;
}