table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 5rem;
  }

th, td {
    text-align: center;
    border: 1px solid black;
    padding:3rem;
}
td{
    font-size: 1.5rem;
}

th{
    background-color: rgb(141 ,197 ,5 ,0.7);
    font-size: 1.5rem;
    font-weight: bold;
  
}
