.cherry-bomb-one-regular {
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-style: normal;
}
.caveat-brush-regular {
  font-family: "Caveat Brush", cursive;
  font-weight: 400;
  font-style: normal;
}

body {
    color: cadetblue;
    background-color: mintcream;
    font-family: "Caveat Brush";
    background-image: url(https://file.garden/aBJizA47Ny_7I1ZP/samplegraphics/background.gif);
    background-size: cover;
    overflow: clip;
}
h1 {
    font-family: "Cherry Bomb One";
}
.parent {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;    /* Centers vertically */
  height: 100vh;          /* Example: full viewport height */
    overflow: hidden;
    width: 100vw;
}
.child {
      display: block;
  align-items: center;    /* Centers vertically */
    height: 40vh;
    padding-top:2%;
    padding-bottom:2%;
    width: 50vw;
    border: solid;
    border-width: 5px;
    overflow: scroll;
    margin: 0 auto;
    background-color: white;
}
.childContent {
    display: flex;
     align-items: center;    /* Centers vertically */
    padding-bottom:2%;
    padding-right: 2%;
    margin: 0 auto;
    height: 35vh;
    overflow: scroll;
}

.icon {
    float: left;
    align-items: center;
   padding-left: 10%;
       padding-right: 5%;
    margin: 0;
}
.icon img {
    height: 20vh;
    width: auto;
}
ul {
    list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  display: flex;
justify-content: center;
    padding-top: 1%;
}

ul li a {
  display: block;
  color: darkcyan;
  text-decoration: none;
padding: 8px;}

ul li a:hover {

  background-color: pink;
}
  .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);

}
