html {
  scroll-behavior: smooth;
}

.about-top {
  margin: 20px 200px;
  display: flex;
}
@media (max-width: 900px) {
  .about-top {
    margin: 30px 20px;
  }
}

.about-top > .about-top-photo {
  width: 40%;
}
@media (max-width: 900px) {
  .about-top > .about-top-photo {
    width: 35%;
    margin-right: 15px;
  }
}

.about-img {
  width: 80%;
  height: auto;
  text-align: center;
}
@media (max-width: 900px) {
  .about-img {
    width: 100%;
  }
}

.about-top > .about-top-intro {
  margin-top: 50px;
  width: 60%;
  font-family: serif;
}
@media (max-width: 900px) {
  .about-top > .about-top-intro {
    margin-top: 10px;
  }
}

.about-top > .about-top-intro > .name {
  font-size: 2rem;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .about-top > .about-top-intro > .name {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
.about-top > .about-top-intro > .name span {
  font-size: 1.2rem;
}
@media (max-width: 900px) {
  .about-top > .about-top-intro > .name span {
    font-size: 0.8rem;
  }
}

.about-top > .about-top-intro > .self-intro {
  font-size: 1.2rem;
  margin-bottom: 16px;
}
@media (max-width: 900px) {
  .about-top > .about-top-intro > .self-intro {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }
}

article {
  margin: 90px 20%;
}
@media (max-width: 900px) {
  article {
    margin: 60px 20px;
  }
}

article > p {
  font-family: serif;
  line-height: 28px;
}

article > hr {
  margin: 40px 0;
  width: 20%;
}
@media (max-width: 900px) {
  article > hr {
    width: 40%;
  }
}/*# sourceMappingURL=about.css.map */