h1 {
  font-weight: 500;
}

.blog-section {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-section>span {
  color: var(--secondary);
  font-size: 0.74rem;
}

.blog-section>ul {
  margin-top: 10px;
}

.blog-section>ul>li {
  margin-top: 10px;
  text-align: center;
}

.projects-section {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.projects-section>span {
  color: var(--secondary);
  font-size: 0.74rem;
}

.projects-section>ul {
  margin-top: 10px;
}

.projects-section>ul>li {
  margin-top: 10px;
  text-align: center;
}

.hr-seperator {
  width: 100%;
  border: 1px solid var(--tertiary);
  margin-top: 50px;
}

.intro {
  text-align: center;
}