.projects {
  height: 100vh;
  /* background-image: url(../data/mac-bg1.jpg);
  background-size: cover;
  background-position: 100% 100%; */
  overflow: hidden;
}

.projects h2 {
  font-size: 3rem;
  text-align: center;
  position: relative;
  top: 100px;
}

.projects-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  max-height: 90vh;
  /* max-width: 100vw; */
  padding: 150px 150px;
  flex-wrap: wrap;
  overflow: hidden;
  row-gap: 0;
}

.github-card {
  border: 1px solid white;
  width: 30ch;
  text-align: center;
  padding: 5px;
  text-wrap: nowrap;
}
