        table {
            border-collapse: collapse;
            width: 80%;
            overflow-x: auto;
        }
          
     td, th {
            text-align: left;
            padding: 8px;
        }
          
         
        tr:nth-child(even) {
            background-color: Lightgreen;
        }
