
/* ------------------------- Header -------------------------  */

  body {
    background-color: #F5F5F5;
  }

  .water {
    background-color: #BEDC09;
  }
  .circle {
    background-color: #fff;
  }


/* ------------------------- Text all -------------------------  */

  .color-p-text {
    color: #151515 !important;
  }

  .color-grey-text {
    color: #cbcbcb !important;
  }

/* ------------------------- What we done -------------------------  */

  .done-container-small {
    background: #ffffff;
  }
  .done-cart-small {
    background: #F5F5F5;
  }
  


/* ------------------------- Footer -------------------------  */

.footer-content p {
  color: #ffffff;
}
