/* 此css文件仅用作implementation */
#text3 {
font-family: 'Prompt bold', serif;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35.6pt;
  color: #9c3c29;
  z-index: 1;
}

.part2 p {
  font-family: 'Proza Libre', serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: max(0.8em, 1.18vw);
  z-index: 1;
}

.part2-container {
  position: relative;
  height: 110vw; 
}

.part2 {
  position: absolute;
  text-align: center;
  z-index: 2;
}

.slide-in-nav.force-hide {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}



/* 此css文件仅用作implementation */
