#project {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#project h1 {
  font-size: 2.5rem;
  color: red;
}

#project .project__list {
    width: 100%;
    margin-left: 4rem;
    margin-top: 2rem;
    font-size: 1.5rem;
}