
  #statusContainer {
    margin-left: 380px;
    margin-top: -300px; 
    width: max-content;
  }

  #statusWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0; 
    width: 100%;
    max-width: 700px;
    flex-wrap: wrap;
  }

  .borderFrame {
    background-image: url('https://i.imgur.com/lsySa8F.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 60px;
    width: 320px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }




  #statusIframeBox {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 100%;
  }

  #statusIframeBox iframe {
    width: 100%;
    height: 75px;
    margin: 15px;
    margin-top: 40px;
    border: none;
  }


  .updatesFrame {
      background-image: url("https://i.imgur.com/VazS4ya.png");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 350px;
      height: 110px;

      display: flex;
      justify-content: center;
      align-items: center;

      margin-top: -88px;
      margin-left: 370px;
    }

    .updatesBox {
      width: 280px;
      background-color: transparent;
      font-family: Schoolbell;
      color: #b94b8f;
    }

    .updatesHeader {
      font-size: 20px;
      font-weight: bold;
      color: #ff4fb5;
      text-align: center;
      font-family: Hearts;
      padding-bottom: 2px;
    }

    .updatesScroll {
      max-height: 44px;
      overflow-y: auto;
      background-color: transparent;
      border-radius: 0;
      font-size: 16px;
      line-height: 1.4;
      color: #ff4fb5;
      padding: 0 2px;
    }

    .updatesScroll p {
      margin: 0;
      padding: 0;
    }

.border-row {
  display: flex;
  justify-content: center;
  gap: 10px; 
}


.updatesScroll {
      max-height: 50px;
      overflow-y: auto;
      background-color: transparent;
      border-radius: 1px;
      font-size: 16px;
      line-height: 1.5;
      color: #ff4fb5;
    }


  .floating-container {
    position: relative;
    width: 180px;
    height: 180px;
  }

  .floating-container img {
    height: 280px;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  .float-up-down {
    animation: floatUpDown 2.4s ease-in-out infinite;
    z-index: 2;
    transition: filter 0.0s ease;
  }

  .float-up-down:hover {
    filter: grayscale(100%);
  }

  .float-down-up {
    animation: floatDownUp 2.4s ease-in-out infinite;
    z-index: 1;
    left: 12px;
    top: 8px;
  }

  @keyframes floatUpDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
  }

  @keyframes floatDownUp {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(7px); }
  }


  .quiz-scrollbox {
    margin: -70px auto;
    margin-left: 345px;
    margin-top: -200px;
    border-width: 8px;
    border-style: solid;
    border-image: url('http://i779.photobucket.com/albums/yy74/dropdeadjasmine/PJcI_zps0aca04f5.png') 13 fill round;
    border-radius: 10px;
    background-color: rgba(255, 240, 250, 0.92);
    padding: 10px;
    width: 370px;
    height: 230px;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Hearts', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #ff4fb5;
    position: relative;
    text-align: left;
  }

  .quiz-inner-box {
    background: white;
    border-radius: 7px;
    padding: 15px 20px;
    height: 195px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  }

  .horizontal-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-top: 70; 
    padding-bottom: 5px;
    text-align: center;
    vertical-align: middle;
  }

  .horizontal-scroll::-webkit-scrollbar {
    height: 8px;
  }

  .horizontal-scroll::-webkit-scrollbar-track {
    background: rgba(255, 230, 245, 0.7);
    border-radius: 10px;
  }

  .horizontal-scroll::-webkit-scrollbar-thumb {
    background-color: #ff99cc;
    border-radius: 10px;
    border: 2px solid #ffe6f0;
  }

  .quiz-card {
    width: 900px; 
    min-width: 330px;
    margin: 0 10px;
    background-color: #ffeef2;
    color: #000;
    width: 280px;
    padding: 8.5px;
    border: 0.8px solid;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
  }

  .quiz-card > div {
    display: flex;
    align-items: flex-start;
    width: 300px;
  }

  .quiz-card img {
    width: 180px;
    height: auto;
    border-radius: 5px;
  }

  .quiz-text.bratz-scrollbox {
    font-size: 16px;
    line-height: 1.5;
    max-height: 170px;
    overflow-y: auto;
    color: #ff4fb5;
    font-family: 'Hearts', Arial, sans-serif;
    padding-left: 12px;
  }

  .bratz-scrollbox::-webkit-scrollbar {
    width: 6px;
  }

  .bratz-scrollbox::-webkit-scrollbar-track {
    background: rgba(255, 230, 245, 0.7);
    border-radius: 10px;
  }

  .bratz-scrollbox::-webkit-scrollbar-thumb {
    background-color: #ff99cc;
    border-radius: 10px;
    border: 2px solid #ffe6f0;
  }

  .quiz-img-link {
    display: inline-block;
    margin-right: 10px;
  }

  .quiz-img-link img {
    height: 190px;
    border-radius: 4px;
  }

  @keyframes floatWave {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
  }

  .scrollbox-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .recent-reviews-title {
    font-family: 'Hearts', cursive;
    font-size: 30px;
    color: #ff4fb5;
    text-shadow: 0px 2px 5px white, 1px 0px pink;
    margin-bottom: -34px;
    position: sticky;
    top: 0;
    z-index: 2;
    border-radius: 8px;
    padding: 5px 10px;
  }

  .recent-reviews-title span {
    display: inline-block;
    animation: floatWave 2s ease-in-out infinite;
  }

  .recent-reviews-title span:nth-child(1)  { animation-delay: 0s; }
  .recent-reviews-title span:nth-child(2)  { animation-delay: 0.1s; }
  .recent-reviews-title span:nth-child(3)  { animation-delay: 0.2s; }
  .recent-reviews-title span:nth-child(4)  { animation-delay: 0.3s; }
  .recent-reviews-title span:nth-child(5)  { animation-delay: 0.4s; }
  .recent-reviews-title span:nth-child(6)  { animation-delay: 0.5s; }
  .recent-reviews-title span:nth-child(7)  { animation-delay: 0.6s; }
  .recent-reviews-title span:nth-child(8)  { animation-delay: 0.7s; }
  .recent-reviews-title span:nth-child(9)  { animation-delay: 0.8s; }
  .recent-reviews-title span:nth-child(10) { animation-delay: 0.9s; }
  .recent-reviews-title span:nth-child(11) { animation-delay: 1.0s; }
  .recent-reviews-title span:nth-child(12) { animation-delay: 1.1s; }
  .recent-reviews-title span:nth-child(13) { animation-delay: 1.2s; }
  .recent-reviews-title span:nth-child(14) { animation-delay: 1.3s; }

  .horizontal-scrollbox {
    border-width: 1px;
    border-style: solid;
    border-image: url('https://i.imgur.com/4mdaX36.png') 2 fill round;
    border-radius: 84px;
    background-color: rgba(255, 240, 250, 0.92);
    padding: 16px;
    width: 710px;
    height: 210px;
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #ff99cc rgba(255, 230, 245, 0.7);
  }

  .horizontal-scrollbox::-webkit-scrollbar {
    height: 8px;
  }
  .horizontal-scrollbox::-webkit-scrollbar-track {
    background: rgba(255, 230, 245, 0.7);
    border-radius: 10px;
  }
  .horizontal-scrollbox::-webkit-scrollbar-thumb {
    background-color: #ff99cc;
    border-radius: 10px;
    border: 2px solid #ffe6f0;
  }

  .inner-white-box {
    background: white;
    border-radius: 7px;
    padding: 15px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }

  .none-yet-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #ff4fb5;
    font-family: 'Schoolbell', cursive;
    font-size: 14px;
  }

  .none-yet-container img {
    width: 120px;
    height: auto;
    margin-bottom: 10px;
    border-radius: 6px;
  }



.quiz-results-title {
  position: absolute;
  top: -210px; 
  left: 470px;
  font-family: 'Hearts', bold;
  font-size: 26px;
  color: #ff4fb5;
  text-shadow: 0px 2px 5px white, 1px 0px pink;
  z-index: 5;
  padding: 6px 12px;
}


.copyright {
  text-align: center;
  font-family: 'Hachi Maru Pop', cursive;
  font-size: 13px;
  color: #b065a3;
  text-shadow: 1px 1px white;
  margin-top: -500px;
  margin-bottom: 6px;
}



.quiz-results-title span {
  display: inline-block;
  animation: floatWave 2s ease-in-out infinite;
}

.quiz-results-title span:nth-child(1)  { animation-delay: 0s; }
.quiz-results-title span:nth-child(2)  { animation-delay: 0.1s; }
.quiz-results-title span:nth-child(3)  { animation-delay: 0.2s; }
.quiz-results-title span:nth-child(4)  { animation-delay: 0.3s; }
.quiz-results-title span:nth-child(5)  { animation-delay: 0.4s; }
.quiz-results-title span:nth-child(6)  { animation-delay: 0.5s; }
.quiz-results-title span:nth-child(7)  { animation-delay: 0.6s; }
.quiz-results-title span:nth-child(8)  { animation-delay: 0.7s; }
.quiz-results-title span:nth-child(9)  { animation-delay: 0.8s; }
.quiz-results-title span:nth-child(10) { animation-delay: 0.9s; }
.quiz-results-title span:nth-child(11) { animation-delay: 1.0s; }
.quiz-results-title span:nth-child(12) { animation-delay: 1.1s; }

@keyframes floatWave {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.audio {
  text-align: center;
  clear: both;
}



.marquee1 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}



.marquee1-track {
  display: inline-flex;
  gap: 4px;
  animation: scroll-once 25s linear infinite;
}

.marquee1-track:hover {
  animation-play-state: paused;
}

.marquee1-track img {
  width: 88px;
  height: 31px;
  object-fit: contain;
}

@keyframes scroll-once {
  0% {
    transform: translateX(calc(-100%));
  }
  100% {
    transform: translateX(0);
  }
}


.marquee2-container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 9px;
}

.marquee2-content {
  display: inline-flex;
  gap: 8px;
  white-space: nowrap;
  animation: scroll-once 60s linear infinite;
}

.marquee2-container:hover .marquee2-content {
  animation-play-state: paused;
}


@keyframes scroll-once {
  0% {
    transform: translateX(15%);
  }
  100% {
    transform: translateX(calc(-100%));
  }
}


.marquee3 {
  width: 100%;
  overflow: hidden;
  margin-top: 7px;
  margin-bottom: 5px;
}

.marquee3-track {
  display: inline-flex;
  gap: 4px;
  animation: scroll-right 25s linear infinite;
}

.marquee3:hover .marquee3-track {
  animation-play-state: paused;
}

.marquee3 img {
  height: 31px;
  object-fit: contain;
}

@keyframes scroll-right {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(-105%);
  }
}