h2 {
  color: white;
  font-family: "Bitcount Grid Single", system-ui;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

a {
  text-decoration: none;
  color: white;
  font-family: "Roboto Mono";
  text-align: center;
  font-size: 18px;
  transition: color 0.2;
}

a:hover {
  color: #909090;
}

.h2_latest {
  margin-top: 75px;
  text-align: center;
}

.latest-project {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.latest-project img {
  border-radius: 10px;
  max-width: 50%;
  object-fit: contain;
  object-position: center;
}

.latest-project a {
  margin-top: 10px;
}

.h2_other {
  margin-top: 75px;
  text-align: center;
}

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

.other-projects ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.other-projects ul li {
  margin: 0;
  margin-bottom: 10px;
}

.other-projects ul li img {
  border-radius: 10px;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.github {
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
