
body {
  background-color: #313131;
}

.water {
  background-color: #E2759C;
}
.project-case-container {
  color: #ffffff;
}
.project-info-text {
  color: #ffffff;
}
.task-text-light {
  color: #ffffff;
}
.footer-content p {
  color: #fbfbfb;
}
.circle-color {
  background-color: #e2759c;
}
.what-we-done {
  background: #424242;
}
.done-item {
  background: #4b4b4b;
}
.task-text {
  color: #ffffff;
}
.date {
  color: #676767;
}
.done-container-small {
  background: #424242;
}
.done-cart-small {
  background: #4b4b4b;
}
.done-cart-small-title {
  color: #151515;
}
.done-cart-small-description {
  color: #151515;
}
.project-info-text-task {
  color: #151515;
}
.about-project {
  margin-top: 100px;
}
@media screen and (max-width: 700px) {
  .what-we-done {
    background-color: transparent;
  }
  .done-container-small {
    background-color: transparent;
  }
}
.ball {
  background: radial-gradient(
        45.18% 45.18% at 37.65% 25.18%,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(255, 255, 255, 0) 100%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    linear-gradient(
      132.82deg,
      rgba(255, 255, 255, 0.235) 14.64%,
      rgba(255, 255, 255, 0) 85.8%
    ),
    #e2759c;
}
body {
  background-color: #fbf4f4;
}
.project-case-container {
  color: #151515;
}
.project-info-text {
  color: #151515;
}
.task-text-light {
  color: #151515;
}
.footer-content p {
  color: #ffffff;
}
.circle-color {
  background-color: #e2759c;
}
.what-we-done {
  background: #ffffff;
}
.done-item {
  background: #fff9fa;
}
.task-text {
  color: #151515;
}
.date {
  color: #676767;
}
.done-container-small {
  background: #ffffff;
}
.done-cart-small {
  background: #fbf4f4;
}
.done-cart-small-title {
  color: #151515;
}
.done-cart-small-description {
  color: #151515;
}
.date span {
  color: #151515;
}
.done-text-small {
  color: #151515;
}
.done-header-small {
  color: #151515;
}
.project-case-container > p {
  color: #676767;
}
.project-case-event-info-cart > p {
  color: #676767;
}
@media screen and (max-width: 700px) {
  .what-we-done {
    background-color: transparent;
  }
  .done-container-small {
    background-color: transparent;
  }
}
