.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}
html {
       height: 100vh;
}
body {

    background: url(https://64.media.tumblr.com/e120e6f46987820ff523245d5be658ff/e046668dded82c7c-3a/s250x400/556970ffc440ff4ab65796267d934fd6d29f39f4.pnj), url(https://file.garden/aBJizA47Ny_7I1ZP/samplegraphics/background2.gif);
    color: white;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-blend-mode: multiply, normal;
    font-family: "VT323";
     width: 100%;
  margin: 0;
    height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
    overflow: hidden;
}
a {
    color: hotpink;
}

.container {
    
    position: relative;
}
.parent {
      display: flex;
  justify-content: center; /* Centers horizontally */
      align-items: center;    /* Centers vertically */
    margin: 0;
}
.child {
      display: flex;
  align-items: center;    /* Centers vertically */
    height: 48vh;
    width: 80vw;
    margin: 0 auto;

}
.textBox {
    position: relative;
    align-items: center;    /* Centers vertically */
    padding: 2%;
    height: fit-content;
    width: 65vw;
    border: solid;
    border-width: medium;
    margin: 8px;
    z-index: 0;
    background-color: black;
}
.imageBox {
     position: relative;
    align-items: center;    /* Centers vertically */
    justify-content: center;
    padding:2%;
    height: 25vh;
    width: fit-content;
    border: solid;
    border-width: medium;
    margin: 8px;
    background-color: black;
}
.imageBox img {
    height: 100%;
    width: auto;
}
.decor1 {
    position: absolute;
    z-index: 2;
    left: -2%;
    top: -15%;
}
.decor1 img {
    height: 70px;
}
.decor2 {
position: absolute;
    z-index: 2;
    right: -1%;
    bottom: -25%;
    
}
.decor2 img {
    height: 90px;
}
.decor3 {
    position: absolute;
    z-index: 2;
    left: -4%;
    top: 22%;
}
.lineTwo {
    display: block;
    height: 15vh;
    width: 80vw;
    margin: -2% auto -5% auto;
}
.hanger {
    position: relative;
    float: right;
    background-color: black;
    text-align: center;
    height: fit-content;
    width: fit-content;
    border: solid;
    border-width: medium;
    padding: 1%;
    overflow: visible;
    margin: auto;
}
.links {
    display: flex;
    align-items: center;    /* Centers vertically */
    justify-content: center;
    text-align: center;
    height: fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 1%;
    background-color: black;
    padding: 1%;
    border:solid;
}
.links img {
    height: 40px;
    padding-left: 2%;
}
.linksA {
    display: flex;
    align-items: center;    /* Centers vertically */
    justify-content: center;
    text-align: center;
    height: fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 1%;
    background-color: black;
    padding: 1%;
    border:solid;
    position: relative;
    float: left;
}
.linksA img {
    height: 40px;
    padding-left: 2%;
}
.pictures {
    display: flex;
 align-items: center;    /* Centers vertically */
    padding:2%;
    height: fit-content;
    width: fit-content;
    border: solid;
    border-width: medium;
    margin: 0 auto;
    background-color: black;
}
.pictures img {
    height: 210px;
}
.stickersL {
    float: left;
    align-items: center;
   padding-left: 10%;
       padding-right: 10%;
    padding-bottom: 5%;
    margin: 0 auto;
    width: 5vw;
    height: 60vh;
display: flex;

    position: absolute;
    top: 45%;
    left: -6%;
    z-index: 3;
}
.stickersR {
    float: right;
    align-items: center;
   padding-left: 10%;
       padding-right: 10%;
    padding-bottom: 5%;
    margin: 0 auto;
    width: 5vw;
    height: 60vh;
display: flex;
    position: absolute;
    top: 45%;
    right: 8%;
    z-index: 3;
}
  .draggable { width: 150px; height: 150px; }
.draggable img {
    height: 100%;
    width: auto;
}