.game5content {
    border-top: 1px solid  #c1c1c1;
    border-bottom: 1px solid  #c1c1c1;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  aspect-ratio: 35 / 16.9; /* Maintain the 35:16.9 ratio */
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgb(218, 192, 255) 0%, rgba(71, 0, 95, 0.799) 75%, rgb(0, 0, 0) 100%);
}
.slider-container {
  position: absolute;
  left: 5%;
  height: 100%;
  width: 3%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.slider-track {
  height: 100%;
  width: 100%;
  background: #d3d3d3;
  position: relative;
}
.arrow2-dv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400%;
  height: 12%;
  border: 1px solid black;
  background-color: #ffffff;
  cursor: pointer;
  left: -80%;
  position: absolute;
    z-index: 99;
}
.shadow {
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.265);
    left: 100%;
    z-index: 98;
}
.arrow2 {
  z-index: 2;
  height: 100%;
  width: auto;
  pointer-events: none;
}
.loading-indicator {
  z-index: 1;
  height: 100%;
  width: 0%;
  background-color: #00ff00;
  position: absolute;
  left: 0;
  top: 0;
}
.star-dv {
  position: absolute;
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 80%;
  margin-left: 12%;
}
.star {
  position: absolute; /* Required for 'top' positioning */
  border-radius: 50%;
  width: 6%;
  aspect-ratio: 1;
  z-index: 99;
  top: 0;
}
#star1{
 left: 10%;
}
#star2{
 left: 30%;
}
#star3{
 left: 50%;
}
#star4{
 left: 70%;
}
#star5{
 left: 90%;
}
.explosion {
    position: absolute;
    width: 8%;
    display: none;
}
.space {
    position: absolute;
    background-color: rgb(29, 4, 45);
    right: 0;
    bottom: 0;
    width: 10%;
    height: 100%;
    padding: 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}
.vertical-text {    
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    font-size: 100%;
    color: rgb(209, 209, 209);
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.chkbox-dv {
  right: 0;
  height: 100%;
  width: 50%;
  position: absolute;
  display: flex;
  flex-direction: column;
    justify-content: space-evenly;
}
.rocket-chkbx {
  height: calc(100% / 16);
  width: auto;
}
