*{
    background-color: rgb(12, 235, 161);
}
table{
    border-collapse: collapse;
    margin-top: 100px;
     
}
/* .tablerow{
    width: 2px;
} */
p{
    margin-top: 100px;
}

td{
    border: 1px solid black;
    width: 150px;
    height: 150px;
    cursor: pointer;
    text-align: center;
    border-width: 2px 4px 3px 2px;
}
table tr:first-child td{
    border-top: none;
}
table tr:last-child td{
    border-bottom: none;
}
table tr td:first-child {
    border-left: none;
}
table tr td:last-child {
    border-right: none;
}
section{
    display: flex;
}
body{
    display: flex;
    justify-content: center;
}