#all-projects{
  display: flex;
  flex-direction: column;
  align-items: center;
}

h2{
  font-size: 2rem;
  font-weight: 900;
  color: #404654;
  margin-bottom: 50px;
}

.all-projects-ul{
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  max-width: 900px;
}

.all-projects-container{
  height: 100vh;
}