body {
	text-align: center;
	font-family: 'Mali', cursive;
	scrollbar-color: transparent transparent;

}
 img {
 	max-height: 100%;
 	max-width: 15rem;
 	padding: 2%;
 	margin: auto;
 }

.decowrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	height: 90%;
	width: 90%;
	margin: 3vh auto auto 5.5vw;
	gap: 1rem;
	border-radius: 50px;

}

.decoline {
	display: flex;
	flex-flow: column nowrap;
	max-width: 3w;
	height: auto;
	margin: 3% auto 3% auto;
	overflow-y: hidden;
	flex-shrink: 50;
	background-size: fit;
	background-repeat: repeat-y;
	background-color: transparent;
}



.decobuffer{
	height: 1rem;
	width: 1rem;
}

.listbody {
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
	width: 100%;
	left: 0;
	right: 0;
	margin: 3% auto ;
	justify-content: center;
	overflow: scroll;
	scrollbar-color: transparent transparent;
  	scrollbar-width: none;

}

.dollbar {
	display: flex;
	flex-flow: row nowrap;
	width: 59vw;
	height: 18rem;
	left: 0;
	right: 0;
	margin: auto;
	padding: 1%;
	border: outset 3px orchid;
	border-radius: 25px;
	align-items: center;
	justify-content: center;
	background: url("https://i.imgur.com/LY84j8O.gif");
	filter: drop-shadow(3px 3px 3px hotpink);

}

.dollbox {
	width: 50%;
	height: 15rem;
	margin: 2%;
	padding: 2%;
	flex-shrink: 6;
	align-self: center;
}

.dollpic { 
	height: 14rem;
	width: 100%;


}

.dollpic img {
	border-radius: 25px;
	border: inset orchid 3px;
	background: #F1BAD9;
	height: 100%;
	  -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
} 

.dolldesc {
	height: 16rem;
	width: 65%;
	margin-top: 0;
	max-height: 19rem;
	font-size: 12px;
	text-align: justify;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
}

.dolltext {
	width: 80%;
	height: auto;
	margin: 1% auto;
	padding: 3% 5% 3% 5%;
	text-align: justify;	
	overflow: hidden;
	border: inset orchid 3px;
	border-radius: 25px;
	background: #F1BAD9;
	overflow: hidden;
	scrollbar-color: transparent transparent;
  	scrollbar-width: none;

}

.dolltext p {


	height: 100%;
	left: 0;
	right: 0;
}

.dolltext a {
	text-decoration: none;
	color: deeppink;
	font-weight: bold;
}

.dollname {
	font-family: "Gorditas";
	font-size: 25px;
	color: darkmagenta;
	width: 95%;
	max-height: 5.5rem;
	margin: 01 auto 0 auto;
	padding: 1% 1% 3% 1%;
	text-align: center;
	align-self: flex-start;
	background: -webkit-linear-gradient(pink, hotpink);
	-webkit-background-clip: text;
	-webkit-text-stroke: 4px transparent;
}

.year {
	font-family: "Bonbon";
	font-size: 20px;
	color: darkmagenta;
	height: auto;
	width: 90%;
	align-self: center;
	text-align: right;
	background: -webkit-linear-gradient(pink, hotpink);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	flex-shrink: 6;
	margin: 0 15% 0 auto;
	padding: 2% auto 2% auto;
	
}



.aboutbox {
	width: 80%;
	height: 18.5rem;
	left: 0;
	right: 0;
	margin: 5% auto;
	padding: 1%;
	border: outset 3px orchid;
	border-radius: 40px;
	justify-text: center;
	background: url("https://i.imgur.com/LY84j8O.gif");
	filter: drop-shadow(3px 3px 3px hotpink);
	overflow-y: none;
	scroll: none;

.abouttext a {
	text-decoration: none;
	color: darkmagenta;
	font-weight: bold;

}

.abouttext {
	width: 95%;
	height: 16.5rem;
	left: 0;
	right: 0;
	margin: 2% auto;
	
	text-align: justify;	
	overflow: hidden;
	border: inset orchid 3px;
	border-radius: 40px;
	background: #F1BAD9;
	overflow: hidden;
	scrollbar-color: transparent transparent;
  	scrollbar-width: none;

}

.abouttext p {
	
	margin: 3% 6% -4% 6%;
	font-size: 12px;
	left: 0;
	right: 0;
}

.abouttext img {
	max-height: 2rem;
	width: 100%;
	repeat: repeat-x;
	margin: -2rem 30% -2rem 30%;
	padding: 1rem;
}



.zoomimg {

	display: none;
	position: absolute;
	z-index: 99;
	height: 85vh;
	width: auto;
	border: outset 1vh orchid;
	padding: 1vh;
	background-size: contain;
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-color: transparent;
}

img.expanded {
	max-height: 90vh;
}