
h1 {
    font-weight: 800;
    -webkit-text-stroke: 1px black;
    text-align: center;
    margin: 24px;
    font-size: 3rem;
}

.projects-container {
  display: flex;
  justify-content: center;
  flex-direction: column;     
  align-items: center;
  flex: 1;
}

.projects-flex-container {
  padding: 2rem 4rem 2rem 4rem;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  box-sizing: border-box;
  padding: 4rem 4rem;
  height: 100vh;
}