
 table {
   width: 60%;
   border-collapse: collapse;
   margin-top: 20px;
 }


 th, td {
   padding: 10px;
   border: 1px solid #ccc;
 }
 th {
   background-color: #f2f2f2;
 }
 tr:nth-child(even) {
   background-color: #f2f2f2;
 }

 p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
