*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
 
table{
    width: 50%;
    height: 100%;
}