

  @font-face {
    font-family:basiic;
    src:url(https://files.catbox.moe/jtvuhg.ttf);
  }
  #basiic {
    font-family:basiic;
  }
    
  @font-face {
    font-family:sweetheart; /* extra font incase you dont like the basiic one */
    src:url(https://files.catbox.moe/33n03y.ttf);
  }
  #sweetheart {
    font-family:sweetheart;
  }

  * {
    box-sizing: border-box;
    image-rendering: pixelated;
    line-height: 20px;
  }

  body {
    background-color: #FFCFDA;
    background-image: radial-gradient(white 20%, transparent 0), /* polka dots */
                    radial-gradient(white 20%, transparent 0),
                    linear-gradient(to bottom, #FFCFDA , #ffa7bc, #FF819E); /* your gradient */

    background-size: 30px 30px, /* polka dots */
                   30px 30px,
                   100% 105%; /* your gradient */

    background-position: 0 0, 15px 15px;
    /* Without a 3rd set of values, the 3rd gradient
     will default to the first set of values (0 0) */
    color: #3c54dc;
    font-family: 'basiic';
    font-size: 18px;

  }




  @keyframes background {
    0%   { background-position: 0% 0%; }
    100% { background-position: 100% 0%; }
  }

  #pinkborder {
    border-image:url(../Images/blborder.png) 6 fill round;
    border-style: solid;
    border-width: 9px;
    height: auto;
    left: 50%;
    position: relative;
    top: 10px;
    transform: translateX(-50%);
    width: 850px;
  }

  #box {
    background: url(https://i.pinimg.com/736x/58/82/21/588221f123c8e37a0dfa0f2b4164b93d.jpg);
    background-size: cover;
    border: 3px solid #ffa3cf;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
  }
  

  #box a {
    color: blue;
    text-decoration: none;
  }

  #box a:hover {
    color: hotpink;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    transform: scale(1.12);
  }

  #headercontainer {
    background-image:url(../Images/rainbowheader2.png) ;
    background-position: center;
    background-size: cover;
    border: 3px solid #ffa3cf;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0 0 13px 13px rgba(181, 255, 248, 0.344) inset;
    font-weight: 600;
    height: 34vh;
    position: relative;
    width: 100%;
  }

  

  #box-footer {
    background: linear-gradient(80deg, #ffc7d1, #ffd5b8, #fffbd4, #e2ffd9, #d8f3ff, #d6dcff, #ebd4ff, #ffd6f0);
    border: 3px solid #ffa3cf;
    border-radius: 0px 0px 10px 10px;
    border-top: 0px;
    color: rgb(255, 166, 181);
    font-family: 'basiic';
    font-size: 13px;
    font-weight: 600;
    padding: 10px 7px 10px;
    text-align: center;
    text-shadow: 2px 1px white;
  }

  #box-footer a {
    color: blue;
    text-decoration: none;
  }

  #box-footer a:hover {
    color: hotpink;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    transform: scale(1.12);
  }

  .header-text {
    color: #ff7dde;
    left: 10px;
    padding-top: 10px;
    position: absolute;
    text-align: left;
    text-shadow: 2px 1px #9a4dff;
    top: 20px;
  }

  .header-text h1 {
    font-family: Garamond;
    font-size: 55px;
    margin: 0;
  }

  .header-text p {
    font-size: 14px;
    margin: 4px 0;
  }

  .navstrip {
    align-items: stretch;
    background: lavenderblush;
    border-bottom: 0px solid #ffa3cf;
    display: flex;
    font-style: italic;
    justify-content: space-between;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }

  .navstrip a {
    align-items: center;
    background-color: lavenderblush;
    border: 1px solid pink;
    color: hotpink;
    display: flex;
    flex: 1;
    font-family: Garamond;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px white;
  }

  .navstrip a:hover {
    background-color: #ffe6ee;
    font-weight: bold;
    text-decoration: none;
    transform: scale(1.12);
    z-index: 1;
  }

  .straightrainbowbar {
    background: linear-gradient(80deg, #ffc7d1, #ffd5b8, #fffbd4, #e2ffd9, #d8f3ff, #d6dcff, #ebd4ff, #ffd6f0);
    border-bottom: 1px dotted red;
    border-top: 1px dotted red;
    color: #ffa3cf;
    font-family: Garamond;
    font-size: 18px;
    font-weight: 600;
    padding: 7px;
    text-shadow: 2px 1px lavenderblush;
  }

  .straightrainbowbar-header {
    background: linear-gradient(80deg, #ffc7d1, #ffd5b8, #fffbd4, #e2ffd9, #d8f3ff, #d6dcff, #ebd4ff, #ffd6f0);
    border-bottom: 1px dotted red;
    border-radius: 30px;
    border-top: 1px dotted red;
    color: #9a4dff;
    font-family: Garamond;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 7px 0;
    position: sticky;
    text-align: center;
    text-shadow: 2px 1px lavenderblush;
    top: 0;
    z-index: 10;
  }

  .topmarq {
    background: linear-gradient(to bottom, rgba(254,250,254,1) 0%, rgba(254,232,247,1) 50%, rgba(254,224,244,1) 51%, rgba(255,219,244,1) 100%);
    border: 3px solid #ffa3cf;
    border-bottom: 0;
    border-top: 0;
    padding: 0;
    width: 100%;
  }

  .topmarq-inner {
    align-items: center;
    display: flex;
    font-style: italic;
    justify-content: space-between;
    width: 100%;
  }

  .marquee-left {
       background: linear-gradient(45deg, #fd1892, #fec837, #b8fd33, #2c90fc, #b827fc, #fd1892);
   background-clip: text;
   color: transparent;
    flex: 1;
    font-family: 'basiic';
    font-size: 20px;
    overflow: hidden;
    padding: 10px;
    white-space: nowrap;
  }

  .marquee-right {
    background: linear-gradient(to bottom, rgba(254,251,250,1) 0%, rgba(254,246,232,1) 50%, rgba(254,245,224,1) 51%, rgba(255,242,219,1) 100%);
    border-left: 3px solid rgb(255, 185, 211);
    color: lightsalmon;
    font-size: 15px;
    padding: 7px;
    white-space: nowrap;
  }

  .box-sections {
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    padding: 10px;
    width: 100%;
  }

  .left-col,
  .mid-col,
  .right-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .left-col,
  .right-col {
    flex: 1;
  }

  .mid-col {
    flex: 2;
  }

  .inner-box {
  border: double 4px transparent;
  border-radius: 10px;
  background-image: linear-gradient(rgb(255, 251, 220), rgb(255, 254, 249)), linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  min-height: 100px;
  overflow: visible;
  padding: 10px;
  text-align: justify;
  }


  .inner-box-text {
    margin-top: 6px;
    overflow-y: scroll;
    width: 100%;
  }

  ::selection {
    background: rgb(186, 233, 235);
    color: rgb(124, 139, 255);
  }
  
      * {
        cursor: url(../Images/pawcursor.png) 00 00, auto !important;
    }

    .img-infinitebouncehover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.img-infinitebouncehover:hover {
  -webkit-animation-name: bounces;
  animation-name: bounces;
}

@-webkit-keyframes bounces {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounces {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

