.m-heading {
  font-size: 2rem;
  line-height: 1.4;
}


/* Navbar Section */
#navbar {
  display: none;
  flex-direction: column;
  align-items: center;
}

#navbar ul {
  flex-direction: column;
  align-items: center;
}

#navbar ul li {
  padding: 0.5rem 0;
}

/* Showcase Section */
#showcase {
  background: #fff;
  color: #333;
  height: 70vh;
}

#showcase .showcase-content {
  text-align: center;
  align-items: center;
  height: 100%;
  position: relative;
  top: 0;
  padding: 0 0;
  background-color: #fff;
}

#showcase .illustration {
  display: none;
}

/* About Section */
#about {
  margin-top: 0.2rem;
}

#about .about-items {
  flex-direction: column;
  justify-content: space-between;
  height: 80vh;
  padding: 0rem 0;
}

#about .about-img {
  height: 50%;
}

#about .who {
  height: 100%;
  border-radius: 50%;
}

#about .about-introduction {
  padding: 0.2rem 0;
  flex: 1;
}


/* Work Experience Section */

#work-experience>h1 {
  margin-bottom: 0.2rem;
}

#work-experience .projects .project {
  flex-direction: column;
  justify-content: space-evenly;
}

#work-experience .projects .project .project-description {
  text-align: center;
}

#skills .items {
  flex-direction: column;
}

#contact-info .items {
  flex-direction: column;
}