* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
}

body {
 			background-image: url('https://artwork.neocities.org/bgs/vap.gif');
   background-repeat: repeat;
  font-family: serif;cursor:url("https://64.media.tumblr.com/66c1147ad7635eb31fd57d3c148b802d/c5e7dde04ed85317-6e/s75x75_c1/0d42674279df813d54e510ff877202f1f0487376.png"), default;
  	font-family:Bookman;
color:#FC3A7B;
}
    @font-face {
  font-family:Bookman;
  src: url("/OPTIBookmanBoldItalicSwash.otf");
}
 @font-face {
  font-family:BookmanS;
  src: url("/OPTIBookmanBoldItaSwashSup.otf");
}

.container {
		display: flex;
		height: 100%;
		margin: 1em;
		gap: 1em;
 

}

.home {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 16px;
}

h1{
  justify-content: center;
  align-items: center;
  font-style:italic;
  font-size: 30px;
	line-height: 2em;
	font-family:Bookman;
	 filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(1px 1px 1px #451E0C);
color:#FC3A7B;
}

section{
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 40px auto; 
		 

}
section ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
section ul li{
    list-style: none;
    padding: 12px 20px;
    margin: 5px;
    letter-spacing: 1px;
    cursor: pointer;
    border: 1px;
}
section ul li.active{
font-style: italic;
}
.poem{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.poem .itemBox{
    position: relative;
    margin: 0px;
    display: block;
     padding: 120px;
}
.poem .itemBox.hide{
    display: none;
}
.poem .itemBox img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;filter: drop-shadow(0px 0px 1px pink) drop-shadow(0px 0px 1px pink) drop-shadow(0px 0px 1px pink) drop-shadow(0px 0px 1px pink) drop-shadow(0px 0px 1px pink) drop-shadow(0px 0px 1px pink) drop-shadow(1px 1px 1px #451E0C);
           cursor: url('https://64.media.tumblr.com/9721e268bc043ea342652214f3811e45/tumblr_inline_p8c0ynCMGK1rhwzwl_75sq.png'), auto;   
           
}

.poem .itemBox p{
		line-height: 1.5;
}

details[open] > summary {margin-bottom: 20px;}

details p {
  margin-bottom: 10px;
}
z span {
  display: none;
  position: center;
max-width: 1000px;
   font-family: clearface;      
  color:#F50D5A;
  text-shadow:none;
  font-size: 16px; 
  height: auto;
  transition: 0.3s ease;
    background-image: url('https://64.media.tumblr.com/c65597d007b5fb24e5b3befd6ee2e91b/26751645c002e373-aa/s250x400/4a629f42075102e0d6a61ec893607adec71aa8ba.pnj');
    
    

}

z:hover span {
  color: black;
  display: initial	;
   position: absolute;
  text-align: center; 
    filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(1px 1px 1px #451E0C);
    font-family: clearface;      
  color:#F50D5A;
  text-shadow:none;
  font-size: 16px; 
  
  
  
}