body {
	background-image: url(https://cowgrls.neocities.org/images/backgrounds/hiroshinagaiikkubarumausementcity.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-family: "Xanh Mono", monospace;
	text-align: justify;
	font-size: .8rem;
	height: 100vh;
 	overflow:  hidden;

}


 
a {
	text-decoration: none;
	font-style: italic;

}

.backbtn {
	margin: 1% auto auto 1%;
	z-index: 999;
	position: fixed;
	left: 0;
	top: 1vh;
	max-height: 80px;
 }

 .bginfo {
 	bottom: 1vh;
 	left: 1vw;
 	position: fixed;
 	text-align: right;
 	color: white;
 }

 .machine {
 	background-image: url(https://cowgrls.neocities.org/images/pngs/riso2.png);
 	background-repeat: no-repeat;
 	background-size: contain;
 	position: fixed;
 	height: 50vh;
	width:27vw;
 	left: 1vw;
 	bottom: 8vh;
 }

 .titleimg {
 	background-image: url(https://cowgrls.neocities.org/images/word%20art/risography2.png);
 	background-repeat: no-repeat;
 	background-size: cover;
 	height: 13%;
 	width:48%;
 	top: 1vh;
 	left: 5vw;
 	z-index: 9;
 	position: fixed;

 }



 .descbox {
 	background-color: #ffecba;
 	border: double 6px fuchsia;
 	border-radius: 25px;
 	height: 22%;
 	width: 23%;
 	position: fixed;
 	left: 1.5vw;
 	bottom: 60vh;
 	margin: auto;
 	padding: .2rem 1rem .7rem 1rem;
 }



 .gallery {
 	width: 75vw;
 	height: 85vh;
 	display: flex;
 	flex-flow: row wrap;
 	gap: .5rem;
 	align-items: center;
 	margin: 15vh 10vw 5vh 28vw;
 	overflow:  hidden scroll;
 	scrollbar-color: transparent transparent;
 	scrollbar-width: thin;
 }

 .print {
 	height: auto;
 	width: auto;
 	display: flex;
 	flex-flow: column nowrap;
 	gap: .3rem;
 	background-color: #ffecba;
 	border: double 6px fuchsia;
 	border-radius: 25px;
 	margin-bottom: 1rem;
 	flex-shrink: 20;
 }

 .print:hover {
 
 }

 .vertimg img {
 	max-height: 30rem;
 	margin: .5rem;
 }

 .vertimg img:hover {
	zoom: 1.5;
 }

  .horzimg img {
 	max-width: 22rem;
 	margin: .5rem;
 }

.horzimg img:hover {
	zoom: 1.5;
 }	

 .info {
 	width: 20rem;	
 	padding: .3rem;
 	margin: auto;
 }


 .caption {
 	max-height: 10rem;
 	width: 20rem;
 	padding: 0 .3rem;
 	margin: auto;
 }

