body {
    background: url(https://file.garden/aOr-V7xxxgejUEep/Tazy%20Website%20Stuff/starbackground.gif),
        black;
    background-size:cover;
    color: white;
    width: 100%;
    margin: 0;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Audiowide";
    font-size: 1.3em;
}
.jacquard-24-regular {
  font-family: "Jacquard 24", system-ui;
  font-weight: 400;
  font-style: normal;
}
.audiowide-regular {
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

header {
    margin-top: -2%;
    margin-bottom: -55%;
    height: 16vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
header img {
    height: 100%;
    z-index: 7;
}
footer {
    margin-top: 3%;
    margin-bottom: -10%;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer img {
    height: 100%;
}

.flex {
    display: flex;
    width: 90vw;
    height: 80vh;
    position: relative;
    justify-content: center;
    align-content: center;
    margin-top: 1%;
    margin-bottom: 1%;
}

.right {
    width: 18%;
    height: 100%;
    position: relative;
    margin: 2%;
}
.rightBox {
    width: 100%;
    height: 55%;
    position: relative;
    background-color: black;
    border: solid;
    border-color: #1a73e8;
    box-sizing: border-box;
    padding: 3% 8% 3%;
    overflow: scroll;
}
.left {
    width: 18%;
    height: 80vh;
    position: relative;
    margin: 2%;
    vertical-align: top;
}
.leftBox {
    width: 100%;
    height: 40%;
    position: relative;
    background-color: black;
    border: solid;
    border-color: #1a73e8;
    box-sizing: border-box;
    padding: 3% 8% 3%;
    overflow: scroll;
}
.middle {
    width: 100%;
    height: 90%;
    position: relative;
    margin-bottom: 2%;
    margin-top: 7%;
    border: solid;
    border-color: #1a73e8;
    background-color: black;
    padding: 2%;
    box-sizing: border-box;
    overflow: scroll;
}
.draggable {
    width: 100%;
    height: 100%;
}

.draggable img {
    height: auto;
    width: 100%;
}
.stickers {
    float: flex;
    align-items: center;
    margin-top: 20%;
    width: 100%;
    height: 40%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    position: absolute;
    z-index: 3;
    gap: 2%;
}
.charaBox {
    position: absolute;
    z-index: 2;
    top: 52.5%;
    left: 85%;
    height: 30%;
}
.charaBox img {
    height: 70%;
}
.charaBox:hover {
    opacity: 0;
}
.mainBox {
    position: absolute;
    z-index: 2;
    top: 76.5%;
    left: 68%;
    width: 64%;
    height: 32%;
}
.mainBox img {
    height: 100%;
}
.mainBox:hover {
    opacity: 0;
}
.blueStar {
    position: absolute;
    z-index: 2;
    top: 91.5%;
    left: 16.5%;
    height: 13.5%;


}
.blueStar img {
    height: 130%;}

.yellowStar {
    position: absolute;
    z-index: 2;
    top: 12%;
    right: 17.5%;
    height: 13.5%;
 
}
.yellowStar img {
    height: 130%;
   
}

.runner {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 90%;
}
.runner img {
    height: 200px;
}

.container {
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    height: 100%;
    width: 100%;
}
.boxcontainer {
    display: block;
    justify-content: center;
    align-content: center;
    position: relative;
   width: 78%;
    height: 100%;
    margin-bottom: 2%;
    margin-top: 2%;
}
.blurb {
    margin-top: 20%;
    margin-bottom: -20%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.blurb img {
    height: 5vh;
}
.peak {
display: block;
    justify-content: center;
    align-content: center;
    position: relative !important;    
    top: 2%;
    width: 80%;
    right: 15%
}
.about {
    margin: 10%;
    margin-bottom: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about img {
    height: 5vh;
}
/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0c164f;
  border-radius: 10px;
}
.TazyLook img {
position: sticky;
bottom: 0;
margin-top: 1%;
margin-bottom: -4%;
}
.marquee-container {
  width: 50%; 
  margin: 0 auto; /* Centers the container on the page */
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: scroll 10s linear infinite;
}

@keyframes scroll {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}