body {
    padding-top: 23px;
    background: #f5f5d5 !important;
}

#resume-sidebar {
    overflow:hidden;
    overflow-wrap: normal;
}

#resume-titlebar {
  text-align: center;
}

#fullname {
    font-family: KaiTi;
    font-weight: bold;
}

/* 二维码容器，默认隐藏 */
.qrcode {
  display: none;
  position: absolute;
  top: 100px; /* 调整位置 */
  left: 30px;
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
  background-color: white;
}

.qrcode img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 鼠标悬停时显示二维码 */
.link:hover .qrcode {
  display: block;
}

#tools {
  margin-top: 1rem;
}

.outline > ul {
    list-style-type: none;
    padding-left: 0;
}

.resume-contents {
  background: #f5f5d5 !important;
}

.logo {
  margin-top: 1rem;
}

.dep-name {
  display: inline-block;
  width: 20em;
}

.resume-section {
  padding-bottom: 1.5em;
}

.resume-section > hr {
  margin-bottom: 3px;
}
  
.footprint {
  list-style: none;
  padding: 0;
}
  
.logo-img {
  width: 36px;
  height: 36px;
  box-sizing: border-box; 
  border-radius: 50%;
  z-index: 1;
  margin-right: 0.5rem;
  background-color: #fff;
  object-fit: contain;
}

#copyright {
    text-align: center;
    font-weight: bold;
}