.shop-title {
  font-family: comic sans MS;
  color: rgb(55, 130, 47);
  text-align: center;
  font-weight: bold;
  font-size: 250%;
  text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
}
.shop-nav {
  font-family: “Comic Sans MS”, “Comic Sans”, cursive;
  line-height: 30px;
  background-color: rgb(219, 254, 218);
  height: 920px;
  width: 15%;
  float: left;
  padding: 5px;
  border-radius: 5px;
}
.item {
    display: inline-block;
    width: 17%;
    margin-left: 20px;
    margin-right: 5px;
  }
  .item-img {
    width: 100%;
    border: solid;
    border-radius: 4px;
  }
  .cart-img {
    width: 100%;
    border-radius: 50px;
  }
  .shop-cart {
    display: inline-block;
    width: 6%;
    margin-left: 0;
    margin-right: 0;
    float: right;
    position: absolute;   
  }
  .cart-button-div {
    display: inline-block;
    vertical-align: top;
    margin-top: 1.5%;
    margin-right: 0;
    margin-left: 65%;
  }
  .cart-button {
    background-color: rgb(55, 130, 47);
    color: rgb(191, 252, 187);
    border-radius: 4px;
    border-color: rgb(191, 252, 187);
    cursor: grab;
  }
  .shop-button {
    color: rgb(42, 165, 52);
    margin-left: auto;
    margin-right: auto;
    display: block;
    cursor: grab;
  }
  .search-bar {
    width: 90%;
  }
  .donation-meter {
    width: 98%;
    height: 5%;
    margin-top: 0;
  }
  .donation-text {
    margin-bottom: 0;
    text-align: center;
    color: rgb(215, 6, 6);
  }
  .donate-button {
    color: white;
    background-color: red;
    border-radius: 3px;
    border-color: rgb(119, 119, 119);
    cursor: grab;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .footer-1 {
    display: inline-block;
    float: right;
  }
  .footer-2 {
    display: inline-block;
  }
  .shop-footer {
      font-family: “Comic Sans MS”, “Comic Sans”, cursive;
      background-color: rgb(55, 130, 47);
      color: rgb(179, 249, 178);
      clear: both;
      padding: 5px;
      border: solid;
      border-color: black;
      border-radius: 5px;
  }
  .note {
    text-align: center;
    font-family: comic sans MS;
    font-size: 70%;
    margin-top: 0;
  }
  span {
    color: red;
  }
  .made-of {
    text-align: center;
    font-family: comic sans MS;
    color: rgb(55, 130, 47);
    font-size: 110%;
    margin-bottom: 4px; 
  }
  .shop {
  }