body{
  	background-image: url("https://bog-body.neocities.org/film/2darkroom.jpg");
	background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;
  cursor: url("https://bog-body.neocities.org/film/cursor.png"), default;
}

/*back button*/
.home{
  display: block;
  position: absolute;
  top: 4.5vw;
  left: 4%;
  transform: translate(-50%, -40%);
  width: 3vw;
}
.home span {
			opacity: 0;
			position: absolute;
			top: 55%;
			left: 70%;
			transform: translate(-50%, -50%);
			font-size: calc(1.5rem);
			color: #D46A6A;
			line-height: 1;
			filter: drop-shadow(1px 1px 0 white)
				drop-shadow(-1px 1px 0 white) 
				drop-shadow(1px -1px 0 white) 
				drop-shadow(-1px -1px 0 white);
			text-transform: uppercase;
			z-index: 99;
			width: fit-content;
			height: fit-content;
			display: inline-block;
		}
.home:hover img {
			 transform: rotate(20deg);
    }
.home:hover span {
			opacity: 1;
    }
    
/*content*/
h1{
  text-align: center;
  color: white;
  font-size: 3rem;
  margin-top: 10;
  margin-bottom: 0;
  font-family: rockwell;
}

h2{
  text-align: center;
  color: white;
  font-size: 1rem;
  gap: 0px 0px;
  padding-bottom: 20px;
  font-family: rockwell;
}

.camera{
  position: absolute;
  top: 11vw;
  left: 10vw;
  overflow: hidden;
  width: 90vw;
}

.xa2{
  width: 100vw;
}

.pic{
  height: 100%;
}
.photopile { 
  padding: 0px;
  overflow-y: hidden;
  overflow-x: auto;
  position: absolute;
  top: 27.5vw;
  left: 25vw;
  width: 27.5vw;
  height: 11vw;
  z-index: 99;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 25px;
}
.photopile figure { 
  margin: 0 -10px;
}
.photopile figure img {
  height: 10.8vw;
  width: auto;
  object-fit: contain;
}
.photopile button { 
  background: none; 
  border: none;
}
.photopile button:hover, .photopile button:focus { 
  z-index: 3;
  cursor: url("https://bog-body.neocities.org/film/cursor.png"), default;;
}

:popover-open {
  border: none;
  box-shadow: 1px 4px 5px rgba(0,0,0,0.55);
  position: fixed;
  top: 30vh;
  left: 20vw;
  max-width: 70vw;
  max-height: 80vh;
  transform: translate(-20%,-20%);
}

.popovers figure:popover-open {
  display: block;
  background: white;
  width: 90vmin;
}
.popovers figure:popover-open figcaption {
  margin: 2.5vmin 1rem 4vmin 1rem;
}
.popovers figure:popover-open img {
  margin: 4vmin 4vmin 0 4vmin;
  width: 80vmin;
  border: 4px rgb(0,0,0,0.55) inset;
}
