body {
    background: url(https://64.media.tumblr.com/76f5c5d6d183487174d59c2b05e05b20/fcbc0d8af3fbb6df-d0/s400x600/5828c37150c96838b76b4aa23b6fb15fa4396fb3.gif),
        black;
    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: "Jacquard 24";
    font-size: 1.3em;
}
@media screen and (max-width:600px) {
body {
  overflow: scroll;
}
}
@media screen and (max-width: 600px) {
  .mobile {
    display: none; /* This hides the image and removes its space from the document flow */
  }
}
.jacquard-24-regular {
  font-family: "Jacquard 24", system-ui;
  font-weight: 400;
  font-style: normal;
}

header {
    margin-top: 10%;
    margin-bottom: -30%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
header img {
    height: 100%;
}
footer {
    margin-top: 7%;
    margin-bottom: -30%;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer img {
    height: 100%;
}
@media screen and (max-width:600px) {
  .flex {
    flex-direction: column;
    width: 95vw;
    height: 95vh;
    flex: 100%;
    box-sizing: border-box;
}
.flex {
    display: flex;
    width: 90vw;
    height: 80vh;
    position: relative;
    justify-content: center;
    align-content: center;
    margin-top: 1%;
    margin-bottom: 1%;
}
@media screen and (max-width:600px) {
.right, .rightBox, .left, .middle, .leftBox {
  display: flex;
  flex-direction: column;
  flex: 100;
  width: 100vw !important;
  margin: 2% 0 2% 0!important;
}
.right {
    width: 18%;
    height: 100%;
    position: relative;
    margin: 2%;
}
.rightBox {
    width: 100%;
    height: 55%;
    position: relative;
    background-color: black;
    border: solid;
    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;
    box-sizing: border-box;
    padding: 3% 8% 3%;
    overflow: scroll;
}
.middle {
    width: 78%;
    height: 100%;
    position: relative;
    margin-bottom: 2%;
    margin-top: 2%;
    border: solid;
    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: 50%;
    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: 39.5%;
    left: 94%;
    height: 30%;
}
.charaBox img {
    height: 100%;
}
.charaBox:hover {
    opacity: 0;
}
.mainBox {
    position: absolute;
    z-index: 2;
    top: 76.5%;
    left: 75%;
    height: 32%;
}
.mainBox img {
    height: 100%;
}
.mainBox:hover {
    opacity: 0;
}
.safetyPinOne {
    position: absolute;
    z-index: 2;
    top: 93.5%;
    left: 14.5%;
    height: 13.5%;

}
.safetyPinOne img {
    height: 100%;
}
.safetyPinTwo {
    position: absolute;
    z-index: 2;
    top: 2%;
    right: 14.5%;
    height: 13.5%;

}
.safetyPinTwo img {
    height: 100%;
    transform: scale(-1);

}
@media screen and (max-width:600px) {
.runner {
  display: none !important;
}
}
.runner {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 95%;
}
.runner img {
    height: 80px;
}
@media screen and (max-width:600px) {
.container {
  width: 100vw;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
}
.container {
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    height: 100%;
    width: 100%;
}
