/* FULL PAGE BACKGROUND */
body {
      background: url('https://files.catbox.moe/bsx2bx.jpg') center/cover no-repeat;
      margin: 0;
      font-family: 'Comic Sans MS', cursive;
      color: #466c91;
    }

    .border-wrapper {
      max-width: 1200px;
      margin: 60px auto;
      position: relative;
    }

    .table-border {
      position: relative;
      padding: 20px;
      background: white;
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
      z-index: 1;
    }

    .table-border::before,
    .table-border::after,
    .border-top,
    .border-bottom {
      content: "";
      position: absolute;
      background-repeat: repeat;
      pointer-events: none;
      z-index: 2;
    }

    .table-border::before {
      top: 0;
      bottom: 0;
      left: 0;
      width: 60px;
      background-image: url('https://files.catbox.moe/wlok1w.png');
      background-position: center left;
    }

    .table-border::after {
      top: 0;
      bottom: 0;
      right: 0;
      width: 60px;
      background-image: url('https://files.catbox.moe/lkaor0.png');
      background-position: center right;
    }

    .border-top {
      top: 0;
      left: 0;
      right: 0;
      height: 60px;
      background-image: url('https://files.catbox.moe/o3jimx.png');
      background-position: top center;
    }

    .border-bottom {
      width:200%;
      bottom: 0;
      left: 0;
      right: 0;
      height: 60px;
      background-image: url('https://files.catbox.moe/9so02g.png');
      background-position: bottom center;
    }

    .inner-table-wrapper {
      position: relative;
      background: white;
      z-index: 3;
      padding: 20px 60px; /* padding to make room for inner side borders */
    }

    table {
      width: 100%;
      border-spacing: 20px;
    }

    th, td {
      padding: 15px;
      vertical-align: top;
      background: #fff8fc;
      border-radius: 10px;
    }

    .banner img {
      width: 100%;
      display: block;
    }

    .divider {
      background: url('https://files.catbox.moe/6b4ee3.png') repeat-x center;
      height: 50px;
    }

    footer {
      text-align: center;
      font-size: 1em;
      margin-top: 30px;
      color: #466c91;
      font-weight: bold;
    }
body {
  margin: 0;
  padding: 40px;
  background: url('https://files.catbox.moe/e2dicy.png') no-repeat center center fixed;
  background-size: cover;
  font-family: sans-serif;
}

