table, th, td {
    text-align: center; 
    border: 1px solid black;
    border-collapse: collapse;
    font-family: Georgia, 'Times New Roman', Times, serif;
 }
 
 table {
     width: 80%;
     margin-left: auto;
     margin-right: auto;
   }
 
 th {
     background-color: #4f0c0c;
     color: white;
 }
 
 h2 {
     text-align: center;
 }
 