table{
    width: 1000px;
    padding: 10px;
    
    
}
td{
    background-color: greenyellow;
    
}
th{
    background-color: aqua;
}