html {
	background: #171717 url('VRChat_1920x1080_2019-03-16_23-41-02.442.jpg') no-repeat center center fixed; 
	background-size: cover;
	margin: 0;
	padding: 0;
}
body {
	font-family: "Boogaloo", Tahoma, sans-serif;
	font-size: 1.2em;
	letter-spacing: 1px;
	margin: auto;
	padding: 0;
	color: #FFFFFF;
}

h1, h2{
	text-align: left;
	color: #FFFFFF;
	margin: 0 0;
	background: rgba(0,0,0,0.8);
	box-shadow: 0px 0px 7px 5px rgba(0,0,0,0.42);
	vertical-align: center;
	padding: 3px 15px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}

a, a:link, a:visited {
	text-decoration: none;
}

h1 a, h1 a:link, h2 a, h2 a:link {
	font-size: 0.7em;
	color: #FF0387;
	display: inline-block;
}
h1 a:hover, h1 a:active, h2 a:hover, h2 a:active {
	color: #FFFFFF;
}

.b {font-weight: bold;}
.center {text-align: center;}

#main {
	margin: auto;
	padding: 5px;
	max-width: 1280px;
}

#header {
	text-align: center;
}

#nav {
	text-align: center;
	margin: 0 auto 10px auto;
}

#nav {
	width: auto;
	font-weight: bold;
	background: rgba(32,12,36,0.7);
	box-shadow: 0px 0px 7px 5px rgba(0,0,0,0.42);
}
#nav a {
	display: inline-block;
	padding: 10px;
	margin: 5px 10px;
	color: #FF0387;
	font-size: 120%;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
#nav a:hover {color: #FFFFFF; border-bottom: 1px solid #FFFFFF;}

#footer {
	margin: auto;
	padding: 15px 0;
	color: #FFFFFF;
	background: rgba(0,0,0,0.8);
	box-shadow: 0px 0px 7px 5px rgba(0,0,0,0.42);
	vertical-align: center;
	text-align: center;
}
#footer a, #footer a:link {
	color: #FF0387;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
}

.content {
	width: auto;
	background: rgba(32,12,36,0.7);
	/* border: 2px solid #200C24; */
	text-align: left;
	/* border-radius: 10px; */
	padding: 10px;
	box-shadow: 0px 0px 7px 5px rgba(0,0,0,0.42);
}
.content .img-thumb {
	line-height: 1;
	width: 200px;
	height: 200px;
}
.content .img-ppb {
	padding: 5px;
}
.content .img-pp {
	line-height: 1;
	width: 100px;
	height: 100px;
}

.content a, .content a:link {
	color: #FF0387;
}
.content a:hover, .content a:active {
	color: #FFFFFF;
}
.content .img-thumb, .content .img-thumb:link {
	border: 2px solid transparent;
	outline: 0;
}
.content .img-thumb:hover, .content .img-thumb:active {
	border: 2px solid #FFFFFF;
	outline: 0;
}
.content .img-pp, .content .img-pp:link {
	border: 2px solid transparent;
	outline: 0;
}
.content .img-pp:hover, .content .img-pp:active {
	border: 2px solid #FFFFFF;
	outline: 0;
}
.content .image-prev, .content .image-next {
	position: absolute;
	font-weight: normal;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 18px;
	color:#F5F7F6;
	padding: 96px 37px 32px 37px;
	cursor: pointer;
	transform: translateZ(0);
}
.content .image-prev {
	left: 0px;
	padding-right: 32px;
	z-index: 10;
}
.content .image-next {
	right: 0px;
	padding-left: 32px;
	z-index: 10;
}
.image-prev span, .image-next span {
	display: inline-block;
	width: 5px;
	height: 32px;
	background-color: 
	#FFFFFF;
	opacity: 0.3;
}
/* special font */
@font-face {
	font-family: 'Boogaloo';
	font-style: normal;
	font-weight: normal;
	src: local("Boogaloo"), local("Boogaloo"),url("font/Boogaloo-Regular.ttf") format('truetype');
}