

table {
    background-color: rgb(162, 199, 199);
    text-align: center;
    border-radius: 0%;
    border: solid 2px black;
    margin: auto;
    width: 100%;
    
}


td{
    border: solid 1px green;
}
th{
    border:  solid 1px black;
}