body {
	background-image: url("https://i.pinimg.com/1200x/42/e4/45/42e445b2a6e64dbecb1840ca7c1fe30f.jpg");
	font-size: 12px;
	font-family: Monospace;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  box-shadow: inset 0 0 5px pink;
  border-radius: 5px;
}
 
::-webkit-scrollbar-thumb {
  background: pink;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #e3c3c4; 
}

a {
	color: pink;
	text-decoration: none;
}

a:hover {
	color: white;
	background-color: pink;
	border-radius: 3px;

}

a:visited {
	color: #e3c3c4;
}

a:visited:hover {
	color: white;
	background-color: #e3c3c4;
	border-radius: 3px;
}

#big {
	margin: auto;
	width: 1000px;
	/*background-color: white;*/
	height: 700px;
	z-index: 1;
}

#aboutme {
	text-align: justify;
	margin: auto;
	width: 460px;
	background-color: white;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	border: 5px outset pink;
	border-radius: 10px;
	margin-top: 40px;
	z-index: 2;
}

h1 {
	font-size: 16px;
	text-align: center;
}

.bow {
	z-index: 20;
	position: absolute;
	top: -15px;
	margin-left: -75px;
	transform: rotate(-30deg);
}

.grey {
	font-weight: normal;
	color: #878787;
	font-size: 10px;
}

::selection {
	background-color: pink;
	color: white;
}

h2 {
	font-weight: bold;
	font-size: 14px;
}

img.left-wrap {
   float: left; 
   margin: 5px;
   width: 100px;
   height: 100px;
   margin-left: 0px;
}

.right-wrap {
   float: right; 
   margin: 5px;
   width: 100px;
   height: 100px;
   margin-right: 0px;
  }

.left-wrap:hover {
	display: inline;
	height: 200px;
	width: 200px;
}

.right-wrap:hover {
	display: inline;
	height: 200px;
	width: 200px;
}

strong.spoilers {
	background-color: pink;
	color: pink;
	font-size: 12px;
}

strong:hover.spoilers {
	font-weight: normal;
	background-color: #fff;
	color: black;
}

#top {
	float: right;
	bottom: 40px;
	right: 20px;
	background-color: white;
	position: fixed;
	width: 250px;
	border: 5px outset pink;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
}

.notlink {
	color: black;
}

.notlink:hover {
	color: black;
	background-color: white;
}

.notlink:visited {
	color: black;
}

.notlink:visited:hover {
	color: black;
	background-color: white;
}

.collect:hover {
	height: 75%;
	width: 75%;
}

.bow2 {
	z-index: 20;
	position: absolute;
	top: -15px;
	margin-left: 195px;
	transform: rotate(-30deg);
}

#side {
	background-color: white;
	left: 40px;
	top: 40px;
	position: fixed;
	width: 200px;
	border: 5px outset pink;
	border-radius: 10px;
	padding: 5px;
	vertical-align: center;
}

.side2 {
	text-align: center;
	font-weight: normal;
}

.sidelink {
	color: black;
}

.sidelink:hover {
	background-image: url("https://i.pinimg.com/1200x/42/e4/45/42e445b2a6e64dbecb1840ca7c1fe30f.jpg");
	color: black;
}

.sidelink:visited {
	color: black;
	font-style: italic;
}

.sidelink:hover:visited {
	background-image: url("https://i.pinimg.com/1200x/42/e4/45/42e445b2a6e64dbecb1840ca7c1fe30f.jpg");
	color: black;
	font-style: italic;
}

.small {
	font-size: 12px;
}

hr {
	border: 1px pink solid;
	border-radius: 10px;
}

hr:hover {
	border: 1px #e3c3c4 solid;
}

summary {
	font-weight: bold;
}

#testbox {
	overflow-y: scroll;
	height: 500px;
	width: 440px;
	padding-left: 5px;
	padding-right: 5px;
	text-indent: 20px;
	border: 1px pink solid;
}

#smalltestbox {
	overflow-y: scroll;
	height: 200px;
	width: 440px;
	padding-left: 5px;
	padding-right: 5px;
	text-indent: 20px;
	border: 1px pink solid;
}