body{margin: 0; padding: 0;}
#character{
	/* width: 450px; */
	/* height: 800px; */
	width: 300px;
	height: 500px;
	background-color: gray;
	position: relative;
}
#colors{
	background-color: pink;
}
#clothes{
	background-color: gray;
}
#selection{
	background-color: pink;
}

#selection, #colors, #clothes{
	overflow: scroll;
	overflow-y: auto;
	overflow-x: hidden;
	width: 40px;
	height: 500px;
}
#selection img, #colors img, #clothes img{
	width: 40px;
}

#character img{
	position: absolute;
	width:100%;
	height:100%;
}

.base{z-index:3}
.head{z-index:4}
.shirt{z-index:6}
.skirt{z-index:5}

.zoom img{object-fit: none;}