﻿

table {
    border-collapse: collapse;
}

table, td, th {
    border: 2px solid green;
    
}
h1{
    text-align:center ;
    color:blue;
    width:100%;
}

