.projects {
  font-size: 20px;
  font-weight: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.projects-title {
  margin-bottom: 10px;
  
}

.project-img {
  margin: 15px 0px;
  border-radius: 10px;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}

.project-block {
  text-align: center;
}

.project-name {
  margin-top: 50px;
  font-size: 25px;
  font-weight: 300;
}

.project-description {
  margin-bottom: 20px;
  max-width: 800px;
}

.first-project {
  margin-top: 0px;
}

.project-button {
  width: min(300px, 100%);
}

