/* Home */

.intro {
  font-family: 'GooperLight';
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.3rem;
  margin-bottom: 1rem;
  color: #edeff2;
}

.profile-picture {
  width: 4rem;
  height: 4rem;
  margin-bottom: 2rem;
}

.emphasis-role {
  font-family: 'GooperRegular_Italic';
  color: #f7e39c;
}

.emphasis-year {
  font-family: 'GooperRegular_Italic';
  color: #f7a79c;
}

.emphasis-thought-1 {
  font-family: 'GooperRegular_Italic';
  color: #d99cf7;
}

.emphasis-thought-2 {
  font-family: 'GooperRegular_Italic';
  color: #d4f79c;
}

.emphasis-thought-3 {
  font-family: 'GooperRegular_Italic';
  color: #9cf7ab;
}

.description {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 2rem;
  color: #b1b9c8;
}

@media screen and (max-width: 768px) {
  .description {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.quick-links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 2rem;
  flex-direction: column;
  font-family: 'MaisonNeue_Book';
  font-weight: normal;
  margin-top: 2rem;
}