 .scrollbox-wrapper {
    padding: 20px;
    display: flex;
    justify-content: center;
  }

  .scaled-box {
    transform: scale(0.9);
    transform-origin: top center;
  }
 
  .about-scrollbox {
    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: 640px;
    height: 230px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: -7000 auto;
    font-family: 'Schoolbell', cursive;
    font-size: 22px;
    line-height: 2.3;
    color: #ff4fb5;
    position: left;
    text-align: left;
  }

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

.welcome-title {
  font-family: 'Hachi Maru Pop', cursive;
  font-size: 23px;
  color: #ff1293;
  text-align: center;
  text-shadow: 0px 2px 10px white, 1px 0px pink;
  margin-bottom: 30px;
}


.h2 {
  font-size: 23px;
  color: #ff1293;
  text-align: right;
  text-shadow: 0px 2px 10px white, 1px 0px pink;
  margin-bottom: 30px;
}

  .inner-box img.float-right {
    float: right;
    margin-left: 0px;
    height: 190px;
    width: auto;
    border-radius: 5px;
  }

  .inner-box p {
    margin: 13px 0;
  }

  .about-scrollbox::-webkit-scrollbar {
    width: 8px;
  }

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

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




.bird-title {
  margin-top: 3px;
  margin-bottom: px;
  font-weight: bold; 
  font-size: 16px;
  color: #ff4fb5
  
}


.countdown-box {
  width: 170px;
  margin: 8px auto;
  padding: 6px;
  border: 2px ridge pink;
  background-image: url(https://64.media.tumblr.com/579ef631e9a7c4ef403d175020ec30f7/5451509f58db50dd-aa/s1280x1920/2cf985edefe3c1473f551feb9602dec6519c5bd5.jpg);
  background-repeat: repeat;
  background-size: 169px;  font-family: 'Hearts', cursive;
  text-align: center;
  box-shadow: inset 0 0 5px #ffd6ea;
}

.countdown-img {
  width: 100%;
  border: 1px solid #ffc5e2;
  margin-bottom: 5px;
}

.countdown-title {
  font-size: 17px;
  color: #ff6fa6;
  text-shadow: 0 1px white;
  margin-bottom: 5px;
  font-family: 'Hearts', cursive;
}

.countdown-text {
  font-size: 16px;    
  font-family: 'Hearts', cursive;
  text-shadow: 
    1px 0px 0px white, 
    0.54px 0.84px 0px white, 
    -0.42px 0.91px 0px white, 
    -0.99px 0.14px 0px white,
    -0.65px -0.76px 0px white, 
    0.28px -0.96px 0px white, 
    0.96px -0.28px 0px white;
  color: inherit;
}

.countdown-text .number {
  font-size: 30px;
  color: #ff4fb5;
  font-weight: bold;
}


.countdown-timer {
  font-size: 17px;
  font-weight: 600;
  color: #ff4fb5;
  line-height: 1;
  margin-top: 0;
  text-shadow:
    0.5px 0.5px 0 white,
    -0.5px 0.5px 0 white,
    0.5px -0.5px 0 white,
    -0.5px -0.5px 0 white;
}

.countdown-timer .number {
  font-size: 26px;
  font-weight: bold;
  color: #ff4fb5;
  vertical-align: middle;
  text-shadow:
    1px 1px 0 white,
    -1px 1px 0 white,
    1px -1px 0 white,
    -1px -1px 0 white;
  transition: transform 0.2s ease, text-shadow 0.0s ease;
}

.countdown-timer .number:hover {
  text-shadow:
    0 0 5px pink,
    0 0 15px pink;
  transform: scale(3);
}



.leftscrollbox {
    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: 640px;
    height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 auto;
    font-family: 'Schoolbell', cursive;
    font-size: 17px;
    line-height: 2.3;
    color: #ff4fb5;
    position: relative;
    text-align: left;
  }

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

.nav-box {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: -20px;
}

.nav-box a {
  display: block;
  padding: 6px;
  background: linear-gradient(180deg, #ffe5f0 6%, #ffdff2 90%, #ffd3eb 89%);
  color: #ff4fb5;
  text-decoration: line-through;
  border-radius: 8px;
  font-size: 13px;
  width: 140px;
  height: 20.4px;
  font-weight: bold;
  font-family: 'Schoolbell', cursive;
  margin: 0px 0 5px 0;
  text-align: center;
  text-shadow: 
    1px 0px 0px white, 
    0.54px 0.84px 0px white, 
    -0.42px 0.91px 0px white, 
    -0.99px 0.14px 0px white,
    -0.65px -0.76px 0px white, 
    0.28px -0.96px 0px white, 
    0.96px -0.28px 0px white;
  box-shadow: 
    -1px -1.4px 1px inset #789475, 
    2px 3px 1.5px inset white, 
    0px 0px 2px #cccacb;
  border: 1px groove pink;
  transition: background-color 0.0s ease, box-shadow 0.0s ease;
}
 
.birdframe {
border-width:8px;
border-style:solid;
border-image: url("https://i.imgur.com/XfeCAP2.png") 10 fill round;
}

.bird-name {
  color: #ff4fb5;
  margin-bottom: 0px;
  font-weight: bold; 
  font-size: 14px;
}
.nav-box a:hover {
  background: #c0d1a1;
  box-shadow: none;
  text-shadow: none !important;
  color: white;
  text-decoration: line-through;
}

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

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

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


  .horizontal-scrollbox {
    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: 12px;
    width: 640px;
    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;
    gap: 14px;
    white-space: nowrap;
    min-width: max-content;
  }

  .rec1-box {
    flex-shrink: 0;
    width: 260px;
    background-image: url(https://64.media.tumblr.com/579ef631e9a7c4ef403d175020ec30f7/5451509f58db50dd-aa/s1280x1920/2cf985edefe3c1473f551feb9602dec6519c5bd5.jpg);
    background-size: cover;
    border: 2px ridge pink;
    border-radius: 8px;
    padding: 10px;
    box-shadow: inset 0 0 3px #ffd6ea;
    font-family: 'Hearts', cursive;
    color: #ff4fb5;
    white-space: normal;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .rec1-img {
    width: 80px;
    height: 115px;
    object-fit: cover;
    border: 1px solid #ffc5e2;
    margin-right: 10px;
    border-radius: 4px;
  }

  .rec1-content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .rec1-title {
    font-size: 13px;
    color: #ff6fa6;
    text-shadow: 0 1px white;
    margin-bottom: 4px;
    line-height: 1.2;
  }

  .rec1-desc {
    font-size: 11px;
    font-family: 'Schoolbell', cursive;
    color: #ff4fb5;
    line-height: 1.5;
    margin-bottom: 6px;
  }

  .rec-readmore-btn {
    align-self: flex-start;
    font-size: 11px;
    padding: 3px 6px;
    background-color: #ffccdd;
    color: #d4006b;
    text-decoration: none;
    border-radius: 4px;
    font-family: 'Hearts', cursive;
    border: 1px solid #ffaacb;
  }
