html {
    background-color:rgb(255, 255, 255);
    background-image: url(ziploc.png);
    background-size: 37px 37px;
    background-position: 0 0, 30px 30px;
  }
  .emoji {
    color: #fff;
    font-size: 30px;
    font-family: Arial;
    text-shadow: 0 0 5px #000;
  }
  
  @-webkit-keyframes emojis-fall {
    0% {
      top: -10%;
    }
    100% {
      top: 100%;
    }
  }
  @-webkit-keyframes emojis-shake {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
    50% {
      -webkit-transform: translateX(20px);
      transform: translateX(20px);
    }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
  }
  @keyframes emojis-fall {
    0% {
      top: -10%;
    }
    100% {
      top: 100%;
    }
  }
  @keyframes emojis-shake {
    0% {
      transform: translateX(0px);
    }
    25% {
      transform: translateX(15px);
    }
    50% {
      transform: translateX(-15px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  
  .emoji {
    position: fixed;
    top: -10%;
    z-index: 99999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: emojis-fall, emojis-shake;
    -webkit-animation-duration: 5s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: emojis-fall, emojis-shake;
    animation-duration: 5s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running;
  }
  .emoji:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s;
  }
  .emoji:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s;
  }
  .emoji:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, 0.5s;
    animation-delay: 6s, 0.5s;
  }
  .emoji:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s;
  }
  .emoji:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s;
  }
  .emoji:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s;
  }
  .emoji:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s;
  }
  .emoji:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s;
  }
  .emoji:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s;
  }
  .emoji:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s;
  }
  

.parent {
    display: grid;
    grid-template-columns: repeat(15, 1fr);
    grid-template-rows: repeat(25, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width:auto;
    height:85vh;
    background: rgb(247, 255, 0);
    padding: 0.5rem;
    }
    

    .div1 { grid-area: 1 / 2 / 2 / 3; 
            background: rgb(2, 255, 27);
    }
    .div2 { grid-area: 2 / 2 / 3 / 3; 
        background: rgb(2, 255, 27);
    }
    .div3 { grid-area: 1 / 1 / 2 / 2; 
        background: rgb(2, 255, 27);
    }
    .div4 { grid-area: 2 / 1 / 3 / 2; 
        background: rgb(2, 255, 27);
    }
    .div5 { grid-area: 3 / 1 / 4 / 2; 
        background: rgb(2, 255, 27);
    }
    .div6 { grid-area: 25 / 1 / 26 / 2; 
        background: rgb(2, 255, 27);
    }
    .div7 { grid-area: 24 / 1 / 25 / 2; 
        background: rgb(2, 255, 27);
    }
    .div8 { grid-area: 23 / 1 / 24 / 2; 
        background: rgb(2, 255, 27);
    }
    .div9 { grid-area: 22 / 1 / 23 / 2; 
        background: rgb(2, 255, 27);
    }
    .div10 { grid-area: 21 / 1 / 22 / 2; 
        background: rgb(2, 255, 27);
    }
    .div11 { grid-area: 20 / 1 / 21 / 2; 
        background: rgb(2, 255, 27);
    }
    .div12 { grid-area: 19 / 1 / 20 / 2; 
        background: rgb(2, 255, 27);
    }
    .div13 { grid-area: 18 / 1 / 19 / 2; 
        background: rgb(2, 255, 27);
    }
    .div14 { grid-area: 17 / 1 / 18 / 2; 
        background: rgb(2, 255, 27);
    }
    .div15 { grid-area: 16 / 1 / 17 / 2; 
        background: rgb(2, 255, 27);
    }
    .div16 { grid-area: 15 / 1 / 16 / 2; 
        background: rgb(2, 255, 27);
    }
    .div17 { grid-area: 14 / 1 / 15 / 2; 
        background: rgb(2, 255, 27);
    }
    .div18 { grid-area: 13 / 1 / 14 / 2; 
        background: rgb(2, 255, 27);
    }
    .div19 { grid-area: 12 / 1 / 13 / 2; 
        background: rgb(2, 255, 27);
    }
    .div20 { grid-area: 11 / 1 / 12 / 2; 
        background: rgb(2, 255, 27);
    }
    .div21 { grid-area: 10 / 1 / 11 / 2; 
        background: rgb(2, 255, 27);
    }
    .div22 { grid-area: 9 / 1 / 10 / 2; 
        background: rgb(2, 255, 27);
    }
    .div23 { grid-area: 8 / 1 / 9 / 2; 
        background: rgb(2, 255, 27);
    }
    .div24 { grid-area: 9 / 1 / 10 / 2; 
        background: rgb(2, 255, 27);
    }
    .div25 { grid-area: 8 / 1 / 9 / 2; 
        background: rgb(2, 255, 27);
    }
    .div26 { grid-area: 7 / 1 / 8 / 2; 
        background: rgb(2, 255, 27);
    }
    .div27 { grid-area: 7 / 1 / 8 / 2; 
        background: rgb(2, 255, 27);
    }
    .div28 { grid-area: 6 / 1 / 7 / 2; 
        background: rgb(2, 255, 27);
    }
    .div29 { grid-area: 5 / 1 / 6 / 2; 
        background: rgb(2, 255, 27);
    }
    .div30 { grid-area: 4 / 1 / 5 / 2; 
        background: rgb(2, 255, 27);
    }
    .div31 { grid-area: 1 / 3 / 2 / 4; 
        background: rgb(2, 255, 27);
    }
    .div32 { grid-area: 2 / 3 / 3 / 4; 
        background: rgb(2, 255, 27);
    }
    .div33 { grid-area: 1 / 4 / 2 / 5; 
        background: rgb(2, 255, 27);
    }
    .div34 { grid-area: 2 / 4 / 3 / 5; 
        background: rgb(2, 255, 27);
    }
    .div35 { grid-area: 1 / 5 / 2 / 6; 
        background: rgb(2, 255, 27);
    }
    .div36 { grid-area: 2 / 5 / 3 / 6; 
        background: rgb(2, 255, 27);
    }
    .div37 { grid-area: 1 / 6 / 2 / 9; 
        background: rgb(2, 255, 27);
    }
    .div38 { grid-area: 1 / 7 / 2 / 8; 
        background: rgb(2, 255, 27);
    }
    .div39 { grid-area: 1 / 8 / 2 / 9; 
        background: rgb(2, 255, 27);
    }
    .div40 { grid-area: 1 / 9 / 2 / 10; 
        background: rgb(2, 255, 27);
    }
    .div41 { grid-area: 1 / 10 / 2 / 11; 
        background: rgb(2, 255, 27);
    }
    .div42 { grid-area: 1 / 11 / 2 / 12; 
        background: rgb(2, 255, 27);
    }
    .div43 { grid-area: 1 / 12 / 2 / 13; 
        background: rgb(2, 255, 27);
    }
    .div44 { grid-area: 1 / 13 / 2 / 14; 
        background: rgb(2, 255, 27);
    }
    .div45 { grid-area: 1 / 14 / 2 / 15; 
        background: rgb(2, 255, 27);
    }
    .div46 { grid-area: 1 / 15 / 2 / 16; 
        background: rgb(2, 255, 27);
    }
    .div47 { grid-area: 2 / 14 / 3 / 15; 
        background: rgb(2, 255, 27);
    }
    .div48 { grid-area: 2 / 13 / 3 / 14; 
        background: rgb(2, 255, 27);
    }
    .div49 { grid-area: 2 / 12 / 3 / 13; 
        background: rgb(2, 255, 27);
    }
    .div50 { grid-area: 2 / 11 / 3 / 12; 
        background: rgb(2, 255, 27);
    }
    .div51 { grid-area: 2 / 10 / 3 / 11; 
        background: rgb(2, 255, 27);
    }
    .div52 { grid-area: 2 / 9 / 3 / 10; 
        background: rgb(2, 255, 27);
    }
    .div53 { grid-area: 2 / 8 / 3 / 9; 
        background: rgb(2, 255, 27);
    }
    .div54 { grid-area: 2 / 7 / 3 / 8; 
        background: rgb(2, 255, 27);
    }
    .div55 { grid-area: 2 / 6 / 3 / 7; 
        background: rgb(2, 255, 27);
    }
    .div56 { grid-area: 2 / 15 / 3 / 16; 
        background: rgb(2, 255, 27);
    }
    .div57 { grid-area: 3 / 15 / 4 / 16; 
        background: rgb(2, 255, 27);
    }
    .div58 { grid-area: 4 / 15 / 5 / 16; 
        background: rgb(2, 255, 27);
    }
    .div59 { grid-area: 5 / 15 / 6 / 16; 
        background: rgb(2, 255, 27);
    }
    .div60 { grid-area: 6 / 15 / 7 / 16; 
        background: rgb(2, 255, 27);
    }
    .div61 { grid-area: 7 / 15 / 8 / 16; 
        background: rgb(2, 255, 27);
    }
    .div62 { grid-area: 8 / 15 / 9 / 16; 
        background: rgb(2, 255, 27);
    }
    .div63 { grid-area: 9 / 15 / 10 / 16; 
        background: rgb(2, 255, 27);
    }
    .div64 { grid-area: 10 / 15 / 11 / 16; 
        background: rgb(2, 255, 27);
    }
    .div65 { grid-area: 11 / 15 / 12 / 16; 
        background: rgb(2, 255, 27);
    }
    .div66 { grid-area: 12 / 15 / 13 / 16; 
        background: rgb(2, 255, 27);
    }
    .div67 { grid-area: 13 / 15 / 14 / 16; 
        background: rgb(2, 255, 27);
    }
    .div68 { grid-area: 14 / 15 / 15 / 16; 
        background: rgb(2, 255, 27);
    }
    .div69 { grid-area: 16 / 15 / 17 / 16; 
        background: rgb(2, 255, 27);
    }
    .div70 { grid-area: 15 / 15 / 16 / 16; 
        background: rgb(2, 255, 27);
    }
    .div71 { grid-area: 18 / 15 / 19 / 16; 
        background: rgb(2, 255, 27);
    }
    .div72 { grid-area: 17 / 15 / 18 / 16; 
        background: rgb(2, 255, 27);
    }
    .div73 { grid-area: 19 / 15 / 20 / 16; 
        background: rgb(2, 255, 27);
    }
    .div74 { grid-area: 20 / 15 / 21 / 16; 
        background: rgb(2, 255, 27);
    }
    .div75 { grid-area: 21 / 15 / 22 / 16; 
        background: rgb(2, 255, 27);
    }
    .div76 { grid-area: 22 / 15 / 23 / 16; 
        background: rgb(2, 255, 27);
    }
    .div77 { grid-area: 23 / 15 / 24 / 16; 
        background: rgb(2, 255, 27);
    }
    .div78 { grid-area: 24 / 15 / 25 / 16; 
        background: rgb(2, 255, 27);
    }
    .div79 { grid-area: 25 / 15 / 26 / 16; 
        background: rgb(2, 255, 27);
    }
    .div80 { grid-area: 25 / 2 / 26 / 3; 
        background: rgb(2, 255, 27);
    }
    .div81 { grid-area: 24 / 2 / 25 / 3; 
        background: rgb(2, 255, 27);
    }
    .div82 { grid-area: 24 / 3 / 25 / 4; 
        background: rgb(2, 255, 27);
    }
    .div83 { grid-area: 25 / 3 / 26 / 4; 
        background: rgb(2, 255, 27);
    }
    .div84 { grid-area: 25 / 4 / 26 / 5; 
        background: rgb(2, 255, 27);
    }
    .div85 { grid-area: 24 / 4 / 25 / 5; 
        background: rgb(2, 255, 27);
    }
    .div86 { grid-area: 24 / 5 / 25 / 6; 
        background: rgb(2, 255, 27);
    }
    .div87 { grid-area: 25 / 5 / 26 / 6; 
        background: rgb(2, 255, 27);
    }
    .div88 { grid-area: 25 / 6 / 26 / 7; 
        background: rgb(2, 255, 27);
    }
    .div89 { grid-area: 24 / 6 / 25 / 7; 
        background: rgb(2, 255, 27);
    }
    .div90 { grid-area: 24 / 7 / 25 / 8; 
        background: rgb(2, 255, 27);
    }
    .div91 { grid-area: 25 / 7 / 26 / 8; 
        background: rgb(2, 255, 27);
    }
    .div92 { grid-area: 24 / 9 / 25 / 10; 
        background: rgb(2, 255, 27);
    }
    .div93 { grid-area: 25 / 9 / 26 / 10; 
        background: rgb(2, 255, 27);
    }
    .div94 { grid-area: 24 / 8 / 25 / 9; 
        background: rgb(2, 255, 27);
    }
    .div95 { grid-area: 25 / 8 / 26 / 9; 
        background: rgb(2, 255, 27);
    }
    .div96 { grid-area: 24 / 10 / 25 / 11; 
        background: rgb(2, 255, 27);
    }
    .div97 { grid-area: 25 / 10 / 26 / 11; 
        background: rgb(2, 255, 27);
    }
    .div98 { grid-area: 25 / 11 / 26 / 12; 
        background: rgb(2, 255, 27);
    }
    .div99 { grid-area: 24 / 11 / 25 / 12; 
        background: rgb(2, 255, 27);
    }
    .div100 { grid-area: 24 / 12 / 25 / 13; 
        background: rgb(2, 255, 27);
    }
    .div101 { grid-area: 25 / 12 / 26 / 13; 
        background: rgb(2, 255, 27);
    }
    .div102 { grid-area: 25 / 13 / 26 / 14; 
        background: rgb(2, 255, 27);
    }
    .div103 { grid-area: 24 / 13 / 25 / 14; 
        background: rgb(2, 255, 27);
    }
    .div104 { grid-area: 24 / 14 / 25 / 15; 
        background: rgb(2, 255, 27);
    }
    .div105 { grid-area: 25 / 14 / 26 / 15; 
        background: rgb(2, 255, 27);
    }

    .div106 { grid-area: 5 / 6 / 6 / 7; 
        background: rgb(255, 5, 213);
    }
    .div107 { grid-area: 4 / 6 / 5 / 7; 
        background: rgb(255, 5, 213);
    }
    .div108 { grid-area: 4 / 7 / 5 / 8; 
        background: rgb(255, 5, 213);
    }
    .div109 { grid-area: 5 / 7 / 6 / 8; 
        background: rgb(255, 5, 213);
    }
    .div110 { grid-area: 4 / 8 / 5 / 9;     
        background: rgb(255, 5, 213);
    }
    .div111 { grid-area: 5 / 8 / 6 / 9; 
        background: rgb(255, 5, 213);
    }
    .div112 { grid-area: 4 / 9 / 5 / 10; 
        background: rgb(255, 5, 213);
    }
    .div113 { grid-area: 5 / 9 / 6 / 10; 
        background: rgb(255, 5, 213);
    }
    .div114 { grid-area: 4 / 10 / 5 / 11; 
        background: rgb(255, 5, 213);
    }
    .div115 { grid-area: 5 / 10 / 6 / 11; 
        background: rgb(255, 5, 213);
    }
    .div116 { grid-area: 6 / 5 / 7 / 6; 
        background: rgb(255, 5, 213);
    }
    .div117 { grid-area: 7 / 5 / 8 / 6; 
        background: rgb(255, 5, 213);
    }
    .div118 { grid-area: 8 / 4 / 9 / 5; 
        background: rgb(255, 5, 213);
    }
    .div119 { grid-area: 10 / 4 / 11 / 5; 
        background: rgb(255, 5, 213);
    }
    .div120 { grid-area: 9 / 4 / 10 / 5; 
        background: rgb(255, 5, 213);
    }
    .div121 { grid-area: 11 / 4 / 12 / 5; 
        background: rgb(255, 5, 213);
    }
    .div122 { grid-area: 13 / 4 / 14 / 5; 
        background: rgb(255, 5, 213);
    }
    .div123 { grid-area: 12 / 4 / 13 / 5; 
        background: rgb(255, 5, 213);
    }
    .div124 { grid-area: 14 / 4 / 15 / 5; 
        background: rgb(255, 5, 213);
    }
    .div125 { grid-area: 15 / 4 / 16 / 5; 
        background: rgb(255, 5, 213);
    }
    .div126 { grid-area: 16 / 4 / 17 / 5; 
        background: rgb(255, 5, 213);
    }
    .div127 { grid-area: 17 / 4 / 18 / 5; 
        background: rgb(255, 5, 213);
    }
    .div128 { grid-area: 18 / 4 / 19 / 5; 
        background: rgb(255, 5, 213);
    }
    .div129 { grid-area: 19 / 5 / 20 / 6; 
        background: rgb(255, 5, 213);
    }
    .div130 { grid-area: 20 / 5 / 21 / 6; 
        background: rgb(255, 5, 213);
    }
    .div131 { grid-area: 21 / 6 / 22 / 7; 
        background: rgb(255, 5, 213);
    }
    .div132 { grid-area: 20 / 6 / 21 / 7; 
        background: rgb(255, 5, 213);
    }
    .div133 { grid-area: 21 / 7 / 22 / 8; 
        background: rgb(255, 5, 213);
    }
    .div134 { grid-area: 21 / 8 / 22 / 9; 
        background: rgb(255, 5, 213);
    }
    .div135 { grid-area: 21 / 9 / 22 / 10; 
        background: rgb(255, 5, 213);
    }
    .div136 { grid-area: 21 / 10 / 22 / 11; 
        background: rgb(255, 5, 213);
    }
    .div137 { grid-area: 20 / 7 / 21 / 8; 
        background: rgb(255, 5, 213);
    }
    .div138 { grid-area: 20 / 8 / 21 / 9; 
        background: rgb(255, 5, 213);
    }
    .div139 { grid-area: 20 / 9 / 21 / 10; 
        background: rgb(255, 5, 213);
    }
    .div140 { grid-area: 20 / 10 / 21 / 11; 
        background: rgb(255, 5, 213);
    }
    .div141 { grid-area: 19 / 11 / 20 / 12; 
        background: rgb(255, 5, 213);
    }
    .div142 { grid-area: 20 / 11 / 21 / 12; 
        background: rgb(255, 5, 213);
    }
    .div143 { grid-area: 18 / 12 / 19 / 13; 
        background: rgb(255, 5, 213);
    }
    .div144 { grid-area: 17 / 12 / 18 / 13; 
        background: rgb(255, 5, 213);
    }
    .div145 { grid-area: 16 / 12 / 17 / 13; 
        background: rgb(255, 5, 213);
    }
    .div146 { grid-area: 15 / 12 / 16 / 13; 
        background: rgb(255, 5, 213);
    }
    .div147 { grid-area: 14 / 12 / 15 / 13; 
        background: rgb(255, 5, 213);
    }
    .div148 { grid-area: 13 / 12 / 14 / 13; 
        background: rgb(255, 5, 213);
    }
    .div149 { grid-area: 12 / 12 / 13 / 13; 
        background: rgb(255, 5, 213);
    }
    .div150 { grid-area: 11 / 12 / 12 / 13; 
        background: rgb(255, 5, 213);
    }
    .div151 { grid-area: 10 / 12 / 11 / 13; 
        background: rgb(255, 5, 213);
    }
    .div152 { grid-area: 9 / 12 / 10 / 13; 
        background: rgb(255, 5, 213);
    }
    .div153 { grid-area: 9 / 12 / 10 / 13; 
        background: rgb(255, 5, 213);
    }
    .div154 { grid-area: 8 / 12 / 9 / 13; 
        background: rgb(255, 5, 213);
    }
    .div155 { grid-area: 6 / 11 / 7 / 12; 
        background: rgb(255, 5, 213);
    }
    .div156 { grid-area: 7 / 11 / 8 / 12; 
        background: rgb(255, 5, 213);
    }
    .div157 { grid-area: 18 / 6 / 19 / 7; 
        background: rgb(255, 5, 213);
    }
    .div158 { grid-area: 9 / 11 / 10 / 12; 
        background: rgb(255, 5, 213);
    }
    .div159 { grid-area: 11 / 10 / 12 / 11; 
        background: rgb(255, 5, 213);
    }
    .div160 { grid-area: 13 / 9 / 14 / 10; 
        background: rgb(255, 5, 213);
    }
    .div161 { grid-area: 15 / 8 / 16 / 9; 
        background: rgb(255, 5, 213);
    }
    .div162 { grid-area: 17 / 7 / 18 / 8; 
        background: rgb(255, 5, 213);
    }

    .div163 { grid-area: 10 / 7 / 11 / 8; }
    .div164 { grid-area: 10 / 9 / 11 / 10; 
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;}
    .div165 { grid-area: 11 / 7 / 12 / 8; }
    .div166 { grid-area: 12 / 7 / 13 / 8; }
    .div167 { grid-area: 13 / 7 / 14 / 8; }
    .div168 { grid-area: 14 / 7 / 15 / 8; }
    .div169 { grid-area: 15 / 7 / 16 / 8; }
    .div170 { grid-area: 16 / 7 / 17 / 8; }
    .div171 { grid-area: 16 / 8 / 17 / 9; 
        display: flex;
        justify-content: center;}
    .div172 { grid-area: 16 / 9 / 17 / 10;
        display: flex;
        justify-content: flex-end;}
    .div173 { grid-area: 15 / 9 / 16 / 10; 
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;}
    .div174 { grid-area: 14 / 9 / 15 / 10; 
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;}
    .div175 { grid-area: 12 / 9 / 13 / 10; 
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;}
    .div176 { grid-area: 11 / 9 / 12 / 10; 
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;}
        
    .div177 { grid-area: 8 / 7 / 9 / 8; 
    background: rgb(101, 247, 255)
    }
    .div178 { grid-area: 8 / 8 / 9 / 9; 
    background: rgb(101, 247, 255)
    }
    .div179 { grid-area: 8 / 9 / 9 / 10; 
    background: rgb(101, 247, 255)
    }
    .div180 { grid-area: 9 / 7 / 10 / 8; }
    .div181 { grid-area: 9 / 9 / 10 / 10; 
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .div182 { grid-area: 13 / 8 / 14 / 9;; 
        font-size: 5vh;
        display: flex;
        justify-content: center;
        animation: 
		rotate 1s ease-in-out infinite;
    }

    @keyframes rotate {
        0%, 100% { transform: rotate(20deg); }
        25% { transform: scale(1.4); }
        50% { transform: rotate(-10deg); }
        75% { transform: scale(1.9); }
    }
    .div183 { grid-area: 21 / 2 / 22 / 3; 
        font-family: Lexend;
        font-size: 2vw;
        line-height: 25px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .div184 { grid-area: 21 / 3 / 22 / 4; 
        font-family: Lexend;
        font-size: 2vw;
        line-height: 25px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .div185 { grid-area: 21 / 4 / 22 / 5; 
        font-family: Lexend;
        font-size: 2vw;
        line-height: 25px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .div186 { grid-area: 19 / 9 / 20 / 10; 
        font-family: Lexend;
        color:red;
        font-size: 2.3vw;
        line-height: 25px;
    }
    .div187 { grid-area: 20 / 13 / 21 / 14; 
        font-family: Lexend;
        font-size: 2vw;
        line-height: 25px;
    }