h1 {color:blue;}
#page-container {
  background-image: url("#");
  background-size:100% 100%);
  height: 100vh;
  width 100vw;
  position: fixed;
  top: 50%;
  left:50%;
  transform:translate(-50%, -50%);
}
#text-box{
  background-color:rgba(255,0, 0,1);
  margin: 0;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5%;
  width: 30vw;
}
#photo-credit {
  background-color:
    rgba(255, 255, 255, 0.5);
  position: fixed;
  bottom: 0%;
  right: 0%;
  font-family: "Chalkboard";
  font-size: 2vh;
}
