body {
	background-image: url(https://cowgrls.neocities.org/images/backgrounds/bgpattern8.GIF);
	text-align: center;
	overflow: hidden;
	font-family: "Zen Old Mincho", serif;
	font-size: 1rem;
}

p {
	margin: auto;
	padding: .8rem;
	text-align: left;
}

ul {
	font-family: "Poiret One", sans-serif;
	 list-style-image: url('https://cowgrls.neocities.org/images/teenies/b3a40a6d.png');
	 list-style-position: inside;
	 width: 40rem;
	 height: auto;
	 font-size: 1.2rem;
	 text-align: left;

}

li {
	margin: .3rem;
	line-height: 1.3rem;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: navy;

}


.backbtn {
	
	z-index: 999;
	position: fixed;
	top: 2%;
	left: 1%;
	max-height: 80px;
 }

 .titleimg {
 	background-image: url(https://cowgrls.neocities.org/images/word%20art/artdirectory.png);
 	background-repeat: no-repeat;
 	height: 10vh;
 	width: 30vw;
 	margin: 20vh auto 0 29vw;
 	position: relative;
 	z-index: 11;
 }

.mainbox {
	height: 40vh;
	width: 40vw;
	margin: auto;
	background-clip: padding-box;
	background-image: url(https://cowgrls.neocities.org/images/backgrounds/0845.gif);
	filter: drop-shadow(5px 5px);
	border-image-slice: 8 8 8 8;
	border-image-width: 13px 13px 13px 13px;
	border-image-outset: 13px 13px 13px 13px;
	border-image-repeat: stretch stretch;  
	border-image-source: url("https://cowgrls.neocities.org/images/frames/darkglass.png");
	border-style: solid;
	z-index: 1;
}

.new {
	background-image: url("https://cowgrls.neocities.org/images/teenies/newteeny.gif");
	background-size: cover;
	height: 1rem;
	width: 3rem;
	display: inline-block;
	margin: auto auto -.1rem auto;

}