table {
    padding: 0px;
    margin: 50px;
    border-spacing: 1px black;
    font-family: 'Times New Roman', Times, serif;
    font-size: 4 em;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: coral;
    
}

th, td{
    padding: 0.5em;
    border-bottom-width: 1.5px;
    border-bottom-style: solid;
    border-bottom-color: black;
    
    
}
th{
    background-color: rgba(115, 170, 111, 0.548);
}

td{
background-color: rgba(216, 199, 103, 0.596);
}
