body {
          text-align: center;
        }
        
        table {
          border-collapse: collapse;
          border-style: outset;
          border width: 0.5em;
          border-spacing: 0.25em;
          caption-side: top;
          empty-cells: show;
          margin: auto;
          padding: 0em;
        }
        
        caption {
          border-style: none;
          border width: 1px;
          padding: 0.25em;
        }
        
        td,
        th {
          border-style:ridge;
          border-width: 8px;
          padding: 0.5em;
        }