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

  body {
    background-color: #F2F2F2;
  }
  
  .water {
    background-color: #426AFA;
  }
  .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: #F2F2F2;
  }
  
  
  
  /* ------------------------- Footer -------------------------  */
  
  .footer-content p {
  color: #ffffff;
  }
  