body {

    background: url(https://file.garden/aBJizA47Ny_7I1ZP/samplegraphics/scanlines), black;
    color: white;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-blend-mode: normal;
    font-family: "VT323";
     width: 100wv;
  margin: 0;
    height: 100hv;
  display: flex;
  flex-direction: column;
  justify-content: center;
    overflow: hidden;
}
  .draggable { width: 150px; height: 150px; }
.draggable img {
    height: 100%;
    width: auto;
}
.stickers {
    float: flex;
    align-items: center;
   padding-left: 5%;
       padding-right: 10%;
    margin: 0 auto;
    width: 5vw;
    height: 60vh;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.wrapper {
padding: 5%;
    margin: 0 auto;
height: 100%;
  display: flex;
    position: relative
}
.left {
    display: block;
    width: 18%;
    height: 90%;
    border: solid;
    padding-right: 2%;
}
.center {
    display: block;
    width: 60%;
    height: 90%;
    position: relative;
    border: solid;
    padding-right: 2%;
    padding-left: 2%;
}
.right {
    display: block;
    width: 18%;
    height: 90%;
    position: relative;
    border: solid;
    padding-left: 2%;
}
.corner {
    position: absolute;
    background: url(https://file.garden/aBJizA47Ny_7I1ZP/samplegraphics/bitten);
}