
table {
width: 100%;
border-collapse: collapse;
}

td {
    font-size: 16px;
    color : #D4AF37;
    padding-top: 100px;
    border: 3px solid #C0C0C0; ; 
}


td:first-child {
width: 33.33%;
}

td:last-child {
width: 66.66%;
}

