canvas {
    width: 500px;
    height: auto;
}

table {
    border: 2px red solid;
}

table th,
td {
    border: 1px red solid;
    padding: 10px;
}