.profile_wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 720px;
  justify-content: center;
  font-family: NanumSquare;
}
.profile_wrapper h1 {
  font-weight: 800 !important;
  margin: 24px 0px 0px 0px;
  font-size: 42px;
}
.profile_wrapper p.account_name {
  margin: 24px 0px 0px 0px;
  font-size: 27px;
}
.main_logo {
  width: 144px;
  border-radius: 72px;
}
.historic_wrapper {
  margin-top: 12px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.historic_line {
  font-size: 27px;
  margin: 12px 0px 0px 0px;
  text-align: center;
  word-break: keep-all;
}
.historic_line img {
  width: 27px;
  vertical-align: middle;
}
.historic_line img:not([data-nocut]) {
  border-radius: 27px;
}
.profile_wrapper themed-link {
  margin: 24px 0px 0px 0px;
  /* display: inline-block; */
}
@media screen and (max-width: 840px) {
  .profile_wrapper h1 {
    font-size: 36px;
  }
  .profile_wrapper p.account_name {
    font-size: 24px;
  }
  .historic_line {
    font-size: 24px;
  }
}
.profile_wrapper .links {
  margin-top: 24px;
}
.profile_wrapper .links card-link {
  flex: 1;
}

@media screen and (max-width: 610px) {
  .profile_wrapper h1 {
    font-size: 24px;
  }
  .profile_wrapper p.account_name {
    font-size: 20px;
  }
  .historic_line {
    font-size: 20px;
  }
}
