body {
    background-image: url('https://file.garden/X82D2ua95myVyplG/gifypet/neocities/misc071.gif');
    padding: 0px 20px 20px 20px;
    height:auto;
    color: black;
    margin: auto;
    font-family: "Comic Sans MS";
    font-weight:normal;
  }

  .wrapper {
    display: flex;
    max-height: 100%;
    max-width: 100%;
    column-gap: 85px;
  }

  .whatis {
    background-color: rgb(166, 196, 253);
    border: 5px rgb(31, 55, 99) solid;
    width: 600px;
    height:235px;
    font-size: 15px;
    border-radius: 5px;
  }

  /*CONTAINER FOR EACH THING*/

  .sbahjcontain {
    max-width: 560px;
    height: 375px;
  }

  .sbahjcontaintop {
    height:25px;
    width: 508px;
    color: white;
    background-color: black;
    align-items: center;
    margin-bottom: -21px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }


  /*SBAHJ CLASSIC*/


  .sbahjbluebox {
    max-width: 560px;
    height: 363px;
    margin: 25px;
    background-image: url('https://cyberhay.neocities.org/shrines/SBAHJ/sbahjbg2.gif');
    outline: 4px solid black;
    box-shadow: 8px 5px 20px rgba(0, 0, 0, 0.6); 
  }
  
  .sbahjredbox {
    max-width: 450px;
    height: 363px;
    margin: 25px;
    background-image: url('https://cyberhay.neocities.org/shrines/SBAHJ/sbahjbg1.gif');
  }
  
  .sbahjwhitebox {
    width: 425px;
    height: 245px;
    margin: auto;
    background-color: white;
    overflow-y: scroll;
  }

    /*PARADOX SPACE*/

    .paradoxspace {
        font-family: "Century Gothic",arial, sans-seriff;
        font-weight: bold;
        background-color: #002b4b;
        background-image: url(https://file.garden/X82D2ua95myVyplG/gifypet/neocities/bgPxs.png);
        width: 500px;
        height: 363px;
        margin: 25px;
        outline: 4px solid black;
        color:#72abd2;
        font-size: 15px;
        box-shadow: 8px 5px 20px rgba(0, 0, 0, 0.6); 
    }
  
    .paradoxcontent {
        width: 390px;
        height: 363px;
        margin: 25px;
        background-image: url('https://file.garden/X82D2ua95myVyplG/gifypet/neocities/bgContainer.png');
        overflow-y: scroll;
      }
    