#titleProject{
  font-family: var(--font-family);
  font-size:3rem;
  font-weight: 500;
  line-height:4.4rem;
}

#subtitleProject{
  font-family: var(--font-family);
  font-size:3rem;
  line-height:4.4rem;
  margin-bottom:2rem;
  font-weight: 300;
}

#descriptionProject{
  font-family: var(--font-family);
  font-size:1rem;
  font-weight: 300;
  margin-top:1.2rem;
  margin-bottom:3rem;
  max-width:560px;
}

#urlProject{
  font-family: var(--font-family);
  font-weight: 300;
  margin-top:2rem;
}
