    /*@import url('https://fonts.cdnfonts.com/css/holly-bale');*/

    @font-face {
      font-family: 'holly bale';
      font-style: normal;
      font-weight: 700;
      src: url(HollyBale.otf) format('opentype');
    }

    body {
      background-image: url("jjba-bg-4.png");
      color: #636363;
      font-family: 'holly bale';
    }

    ::selection {
      background: #ff87ef;
      color: #e000c3;
    }

    a {
      color: #6e45ff;
      background: #ff87ef;
      letter-spacing: 1px;
    }

    a:hover {
      color: #f524a9;
    }

    hr {
      color: #6e45ff;
      border-top: 1px solid #6e45ff;
      border-left: none;
      border-right: none;
      border-bottom: none;
      width: 70%;
    }

    h1 {
      text-transform: uppercase;
      background: linear-gradient(90deg, rgba(249, 162, 243, 0) 0%, rgba(204, 129, 247, 1) 25%, rgba(204, 129, 247, 1) 75%, rgba(249, 162, 243, 1) 100%);
      font-size: 1.2em;
      padding: 1px;
      color: #fdd7ff;
      text-shadow: 0 0 4px #6e45ff;
    }

    h2 {
      text-transform: uppercase;
      background: linear-gradient(90deg, rgba(249, 162, 243, 0) 0%, rgba(255, 135, 239, 1) 25%, rgba(255, 135, 239, 1) 75%, rgba(249, 162, 243, 1) 100%);
      font-size: 1em;
      padding: 1px;
      color: #ab6bf9;
    }

    span {
      font-weight: bold;
    }

    p {
      text-align: left;
      margin: 15px;
    }

    .body {
      margin: 0 auto;
      width: 900px;
      background-image: url("jjba-bg-5.png");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      height: 659px;
      margin-top: 30px;
    }

    .layoutimg {
      margin: 0 auto;
      width: 100%;
      height: auto;
      position: relative;
      z-index: 0;
    }

    .content {
      z-index: 1;
      position: relative;
      float: right;
      width: 50%;
      padding: 10px;
      height: 575px;
      margin-top: 30px;
      /*background:rgba(204,129,247,0.5);*/
    }


    .header {
      padding: 5px;
      margin: 5px;
      border: 0px solid red;
      font-family: 'holly bale';
      font-size: 3em;
      color: hsl(286, 100%, 85%);
      text-shadow: 1px 1px 10px #6e45ff;
      text-align: right;
    }

    .nav {
      padding: 5px;
      background: linear-gradient(90deg, rgba(249, 162, 243, 0.5) 0%, rgba(249, 162, 243, 1) 7%);
      border: 1px solid #6e45ff;
      border-radius: 2px;
      margin: 5px;
      font-size: 1em;
      text-align: center;
    }

    .nav a {
      margin: 1px;
      padding: 1px;
    }

    .blog {
      padding: 5px;
      background: linear-gradient(90deg, rgba(249, 162, 243, 0.65) 0%, rgba(249, 162, 243, 1) 50%);
      border: 1px solid #6e45ff;
      border-radius: 2px;
      Margin: 5px;
      font-size: 1.1em;
      color: #4b0c94;
      letter-spacing: 0.075rem;
      height: 80%;
      overflow: auto;
      text-align: center;
    }

    .blog .credits {
      text-align: left;
    }


    .blog img {
      width: auto;
      max-width: 80%;
      height: auto;
      margin: 3px;

    }

    .footer {
      text-align: right;
      font-size: .6em;
      padding: 0;
      margin: 5px;
      color: #e2bfe2;
    }

    .footer a {
      color: pink;
      background: none;
    }

    .icon {
      width: 100px;
      height: 100px;
      border: 1px solid #6e45ff;
      float: right;
      padding: 1px;
      margin: 5px;
    }

    /* Scrollbar styles */
    ::-webkit-scrollbar {
      width: 12px;
      height: 12px;
      background: #c17af7;
    }

    ::-webkit-scrollbar-track {
      background: #f9a2f3;
      border-radius: 0px;
      width: 0px;
      border: 1px dotted #6e45ff;
    }

    ::-webkit-scrollbar-thumb {
      background: #d988f7;
      border: 1px dotted #8f38ff;
      border-radius: 0px;
    }

    @media screen and (max-aspect-ratio:16/9) {
      .body {
        width: 400px;
        background-image: url("jjba-bg-mobile.png");
        height: 600px;
        margin-top: 10px;
      }

      body {
        height: 100%;
      }

      .content {
        width: 95%;
        height: 490px;
        margin-top: 0;
      }

      .blog {
        background: #f9a2f3;
      }

      .nav {
        background: rgb(249, 162, 243);
      }
    }

    .fanlisting-info {
      table {
        /* Remove borders from table */
        border-collapse: collapse;
        
        td {
          border-bottom: 1px solid #4b0c94;
        }
        td:nth-child(2) {
          padding-left: 1em;
        }
      }
    }

    #fantastik {
      label {
        display: block;
      }

      input,
      select {
        width: 50%;
        margin: 5px auto;
        border: 1px solid rgba(0, 0, 0, .2);
        outline: 1px solid white;
        background-color: rgba(249, 162, 243, 0.1);
        padding: 5px;
        border-radius: 5px;
        color: white;
        font-family: "holly bale";
        font-size: 18px;
        text-shadow: 1px 1px 1px #081C2A;
      }

      input[type=submit] {
        background-color: rgba(132, 0, 255, 0.5);
      }

      table {
        width: 100%;
      }

      tr:nth-of-type(even) {
        background-color: rgb(237 238 242);
      }
      
    }