/* style.css */
body {
    background-color: #fcfbf8; /* 淺灰藍色系背景 */
  }

  :target {
    scroll-margin-top: 80px; /* 換成你的導覽列高度 */
  }
  
.nav_container {
    width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}  
.prof_container {
    width: 60%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 5%;
}  
.cont_container {
    width: 60%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 2%;
}  
.profile-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ddd;
  }
  hr {
    display: block;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: px;
    width: 55%
  }

  .text_container {
    width: 60%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 1%;
}  

p{
  font-size: 18px;
}