header {
  background: #6665ee;
}

.projects-section {
  height: calc(100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.projects-section .projects-item a img {
  width: 500px;
}

.projects-section .projects-item p {
  font-family: 'Poppins', sans-serif;
  color: #6665ee;
}

@media (max-width: 1000px) {
  .projects-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .projects-section .projects-item a img {
    width: 300px;
  }
}
/*# sourceMappingURL=projects.css.map */