.github{
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;

  background-image: url('../img/icons/github.svg');
}

.listaProjetos{
  display: flex;
  flex-direction: column;

  padding: 1rem 2rem;
}

.projeto{
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.title{
  display: flex;
  font-weight: 600;
  gap: 0.5rem;
  align-items: center;
  font-size: 1.2rem;
  justify-content: flex-start;

  margin-bottom: .5rem;
}

.linkProjeto{
  word-break: break-all;
  font-weight: 300;
}