#photography {
  position: relative;
  height: 100vh;
  background-color: rgba(150, 150, 150, 0.5);
}


header#p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  /* 默認透明背景 */
  color: white;
  padding: 10px 100px;
  z-index: 1000;
  opacity: 1;
}

#p-container{
  height: 100vh;
}

.p-mainpage {
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-name{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 200;
  font-size: 120px;
  color: #e6e6e6;
  letter-spacing: -4px;
  transform: scaleY(1.3);
}

.bio{
  display: grid;
  align-items: center;
  background-color: white;
  height: 100vh;
  
}

.bio-title{
  font-family: "Kadwa", serif;
  font-size: 120px;
  letter-spacing: 12px;
  color:#E5E5E5;
}
#overview-image{
  width: 70%;

}

#footer-container.p-footer{
  position: unset;
}

