body {
  background: #f9f9f9 url(../images/page-bg-1.jpg);
}

h1, h2, h3, h4, h5, h6, p, span, a, li, div {
  font-family: "Inter", "Noto Serif TC", serif;

  font-weight: 400;
  font-style: normal;
}

.text-shadow {
  text-shadow: 1px 1px 0 #fdfdfd, 2px 2px 0 rgba(81, 81, 81, 0.5), 0 0 1px #fdfdfd;
}

p, li {
  font-size: 1.25rem;
}

section {
  min-height: 680px;
}

.hadow-lg {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

body {
  min-height: 100vh;
  margin: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.profile-card {
  border: 1px solid rgba(0, 0, 0, .125);

  /* background-color: #edebe9; */
  background: #edebe9 url(../images/page-bg-2.png);

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;

  width: 330px;
}

.card-title-block {
  height: 230px;
}

.card-background {
  background-image: url('../images/bg-2.webp');
  background-size: cover;
  background-position: top;
  height: 180px;
}

.card-avatar {
  background-image: url('../images/avatar-2.png');
  background-size: 130%;
  background-position: center;

  border-radius: 50%;

  width: 180px;
  height: 180px;

  position: relative;
  top: -90px;
  left: calc(50% - 90px);
  z-index: 2;

  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.card-info-block {
  padding: 0px 35px 15px;
  text-align: center;
}

.card-profile-block {
  margin-bottom: 2rem;
}

.card-button-block {
  margin: 70px 0 30px;

  display: flex;
  flex-direction: column;
  gap: 42px;
}

.card-button {
  font-family: "Inter", "Noto Serif TC", serif;
  background: transparent;

  border: 2px solid #666;
  /* border-radius: 30px; */
  padding: 10px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;

  cursor: pointer;
  text-transform: uppercase;
}

.profile-name-en {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}

.profile-name-cn {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

.profile-title {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}

.card-bottom-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  margin: 20px auto 0;

  gap: 10px;
  font-size: .8rem;
  font-weight: 700;
  font-family: "Inter", "Noto Serif TC", serif;
  color: #666;
}

.contact-icon {
  width: 30px;
  height: 30px;
}

.modal-title {
  text-transform: uppercase;
}

.modal-body {
  max-height: 550px;
  overflow: auto;
}

.modal-body .personal-achievement-image {
  width: 100%;
  margin-bottom: 10px;
}

.modal-body p {
  line-height: 40px;
  text-align: justify;

  font-weight: 300;
  font-size: 1rem;
}