table {
margin: auto;
border-collapse: collapse

}
caption {
caption-side: bottom
    
}
thead {
background-color: lightgray;
      
}
th {
text-align: left
    
}
td {
text-align: right;
font-family: monospace;
background-color: lightpink
    
}

th, td {
border-style: solid;
border-width: 1px;
border-color: black;


}