* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
}

body {
 			background-image: url("https://64.media.tumblr.com/6ecdde570c10f88aaab1507b84991a32/e17ccd993e150fda-86/s75x75_c1/58de26eb7c179fa57ecd5c42a7940ecde6bdd9e3.gifv");
  background-size:  90px;     
  background-repeat: repeat;
  font-family: serif;cursor:url("https://64.media.tumblr.com/66c1147ad7635eb31fd57d3c148b802d/c5e7dde04ed85317-6e/s75x75_c1/0d42674279df813d54e510ff877202f1f0487376.png"), default
	
 
}

.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;
}

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: 5px;
    display: block;
    border-style: double;
    padding: 10px;
}
.poem .itemBox.hide{
    display: none;
}
.poem .itemBox img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.poem .itemBox p{
		line-height: 1.5;
}

details[open] > summary {margin-bottom: 20px;}

details p {
  margin-bottom: 10px;
}