/*About page */
main.about {
  width: 100vw;
  height: 100vh;
  height: 100%;
  display: flex;
  justify-content: top;
  align-items: center;
  padding: 1rem 1.2rem;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
}

.about_main-about-img {
  position: relative;
  left: 2.5rem;
}
.about_main-about-title {
  position: relative;
  left: -2.5rem;
  top: -2rem;
}

.title {
  font-size: 2rem;
  text-align: center;
  background: linear-gradient(
    to right bottom,
    #5c5d5e 5%,
    #131414 50%,
    #7d808a 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
