* {
	border:0;
	outline:0;
	margin:0;
	padding:0;
	box-sizing:border-box;
}

::selection {
	color:#82BDE5;
	background:ghostwhite;
}

::-webkit-scrollbar {
	width:3px;
	height:3px;
	background:white;
}

::-webkit-scrollbar-thumb {
	background:#137CB6; 
}

html {
  scrollbar-color: #137CB6 white;
}

html, body { height:100%; }

body {
	color:#5D2B50;
	font-family:arial;
	font-size:1em;
	background:url("/assets/sylveonpattern.png") repeat;
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:100vh;
	line-height: 1.3em;
}

a {
	color:#4E8CC5;
	text-decoration-style:wavy;
	text-decoration-color:#82BEE0;
}

a:hover {
	color:#67A2CE;
}

b, strong {
	color:#D47C92;
  text-transform: uppercase;
}

i, em {
	color:#792C58;
	font-family:italic;
}

u {
	color:#D47C92;
	text-decoration-style:wavy;
	text-decoration-color:#E995AC;
	border-bottom:1px solid white;
}

s {
	color:grey;
	text-decoration-color:rgba(255,255,255,.5);
}

main {
	margin:0 auto;
	width:900px;
	height:500px;
	backdrop-filter:blur(5px);
	background:rgba(255,255,255,.3);
	box-shadow:0px 0px 50px rgba(0,0,0,.2);
	display:flex;
	border-radius:5px;
}

section {
	overflow-y:auto;
	flex:1;
	padding:30px;
}

nav {
	width:300px;
	padding:30px;
	background-image:url("/assets/sylveonsidebar.png");
	background-size:cover;
	border-radius:0 5px 5px 0;
}

.box {
	display:flex;
	flex-wrap:wrap;
}

.box a {
	display:inline-block;
	width:50%;
	color:black;
	font-size:12px;
	text-decoration:none;
	padding:6px 10px;
	background:rgba(255,255,255,.7);
	transition:all 0.2s ease;
}

.box a::before {
	content:"\2039";
	float:right;
	opacity:0;
	color:#4E8CC5;
	line-height:12px;
	transition:opacity 0.2s, margin-right 0.2s;
}

.box a:hover {
	color:#4E8CC5;
	background:white;
	padding-left:15px;
}

.box a:hover::before {
	opacity:1;
}

h1, h2 {
	width:100%;
	color:#B7527A;
	font-family:monospace;
	font-weight:100;
	padding:5px 10px;
	margin-bottom:15px;
	background:white;
}

h1 {
  text-align: center;
  font-size:1.9em;
}

h2 {
	color:#047BBF;
  display:flex;
	font-size:1.4em;
}

blockquote {
	display:block;
	width:100%;
	font-family:arial;
	padding:10px;
	margin-bottom:2px;
	background:#fcf9f7;
}

blockquote {
	width:70%;
	margin:15px auto;
	padding:20px;
}

.left {
float: left;
width: 120px;
image-rendering: pixelated;
}

.right {
margin-left: 10px;
}

.right {
margin-left: 10px;
}

.right b:nth-child(3n) {
color: #438A7C;
  }
