@font-face {
  font-family: AlibabaPuHuiTi-Thin;
  src: url("../fonts/AlibabaPuHuiTi-2-35-Thin.woff2") format("woff2"); }

@font-face {
  font-family: AlibabaPuHuiTi-Light;
  src: url("../fonts/AlibabaPuHuiTi-2-45-Light.woff2") format("woff2"); }

@font-face {
  font-family: AlibabaPuHuiTi-Medium;
  src: url("../fonts/AlibabaPuHuiTi-2-65-Medium.woff2") format("woff2"); }

body {
  background-color: #333;
  color: #fff;
  text-align: center;
  margin: 0; }

.image-box {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
  margin-bottom: -200px;
  margin-top: -250px; }
  .image-box img {
    width: 100%;
    height: auto;
    position: relative;
    display: block; }
  .image-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, transparent, #333);
    z-index: 1; }

.pages-heads {
  position: relative;
  color: #ffffff;
  z-index: 2; }
  .pages-heads .title-image {
    width: auto;
    height: 350px;
    margin-bottom: -130px; }
  .pages-heads h1, .pages-heads h2 {
    margin-bottom: -10px; }
  .pages-heads h1 {
    font-size: 20px;
    letter-spacing: 20px;
    font-family: AlibabaPuHuiTi-Light, serif; }
  .pages-heads h2 {
    font-size: 15px;
    font-family: AlibabaPuHuiTi-Thin, serif;
    font-weight: lighter;
    line-height: 1.2; }

.profile-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative; }
  .profile-section .avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    left: calc(50% - 500px);
    top: calc(50% + 70px);
    transform: translateY(-50%); }
  .profile-section .info-line {
    position: absolute;
    top: calc(50% + 50px);
    left: calc(50% - 400px);
    right: calc(50% - 400px);
    border-bottom: 1px solid #fff;
    z-index: 1; }

.text-part-left {
  color: #fff;
  background-color: transparent;
  padding: 0 10px;
  position: relative;
  top: -12px;
  font-size: 30px;
  font-family: AlibabaPuHuiTi-Medium, serif; }
  .text-part-left a {
    color: #5F8D67; }

.separator {
  color: #fff;
  background-color: transparent;
  padding: 0 10px;
  position: relative;
  top: -14px; }
  .separator::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -10px;
    bottom: -10px;
    transform: translateX(-50%);
    border-left: 2px solid #fff;
    height: calc(100% + 20px); }
  .separator::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    display: block; }

.text-part-right {
  color: #fff;
  background-color: transparent;
  padding: 0 10px;
  position: relative;
  top: -12px;
  font-size: 30px;
  margin-left: 10px;
  font-family: AlibabaPuHuiTi-Thin, serif; }
  .text-part-right a {
    color: lightgray;
    text-decoration: none; }

.icon {
  width: auto;
  height: 25px;
  transition: transform 0.3s;
  filter: brightness(0) invert(1);
  margin-left: 10px; }
  .icon:hover {
    transform: scale(1.1); }

.about-me {
  position: relative;
  margin-top: 125px;
  margin-left: calc(50% - 350px); }
  .about-me h3 {
    font-size: 40px;
    font-family: AlibabaPuHuiTi-Light, serif;
    text-align: left;
    color: #5F8D67; }
  .about-me p {
    text-align: left;
    font-family: AlibabaPuHuiTi-Thin, serif; }
