body {
	background: url(bg2.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	word-wrap: break-word;
	font-size: 18px;
	line-height: 22px;
	font-family: gaegu-r, basiic, arial;
}

#wrapper {
	width: 1000px;
	margin: auto;
	margin-top: 50px;
}

#mine {
	text-align: center;
	width: 600px;
	margin: auto;
}

h1,
h2 {
	word-spacing: 50px;
	font-family: daydream;
	text-align: center;
	line-height: 1.2em;
}

a {
	cursor: help;
	color: #C9696B;
}

a:hover {
	text-decoration: none;
}

.desc {
	display: block;
	background: rgb(249, 255, 209);
	background: radial-gradient(circle, rgba(249, 255, 209, 1) 0%, rgba(187, 230, 191, 1) 100%);
	text-shadow: 1px 1px 2px white;
	border-radius: 30px;
	padding: 5px;
}

.border2 {
	background: rgb(255, 192, 190);
	background: linear-gradient(87deg, rgba(255, 192, 190, 1) 0%, rgba(255, 244, 173, 1) 35%, rgba(211, 255, 196, 1) 64%, rgba(209, 220, 255, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1.5px;
	/* this is the border */
	-webkit-text-stroke-color: black;
}

header {
	background: url(/!g/div/clover.png);
	background-repeat: repeat-x;
	position: fixed;
	width: 100%;
	height: 20px;
	top: 0px;
	z-index: 888;
}

textarea {
	display: block;
	height: 105px;
	width: 220px;
}

.shelf {
	display: block;
	z-index: 1;
	content: url("shelf.png");
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.stuffonshelf {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	z-index: 2;
	margin-bottom: -80px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

#home {
	position: fixed;
	top: 20px;
	left: 15px;
}

#corner {
	position: fixed;
	bottom: -10px;
	right: 5px;
}

#s-m-t-tooltip {
	max-width: 200px;
	text-align: center;
	z-index: 9999;
	margin: 30px 15px 7px 12px;
	padding: 5px;
	border-radius: 10px;
	border: 1px dashed black;
	background: rgb(249, 255, 209);
	background: radial-gradient(circle, rgba(249, 255, 209, 1) 0%, rgba(187, 230, 191, 1) 100%);
	text-shadow: 2px 2px 2px white;
	border-radius: 10px;

	@media only screen and (max-width: 1000px) {
		#corner {
			display: none;
		}
	}
