body {
	margin: 15px 10px;
	font-family: Verdana, "Noto Sans", sans-serif;
	-webkit-text-size-adjust: none;
	background-size: cover;
	background-color: #689ffc;
	color: #000;
	font-size: 16px;
	-webkit-text-size-adjust: none;
	cursor: url(filez/rikka-cursor.png), auto;
}

body:before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	background: url(filez/rikka2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a {
	color: #EF62A1;
}

::selection {
	background: #EF62A1;
	color: #FFF;
}

.topicon {
	text-align: center; 
	margin: 15px;
}

.header {
	color: #111;
	border-radius: 10px;
	max-width: 906px;
	margin: 14px auto;
	padding: 7px;
	background: rgba(255,255,255,0.87);
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	box-shadow: 0 2px 10px 5px rgba(0,0,0,0.15);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.intro {
	background: rgba(255,255,255,0.87);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	max-width: 888px;
	margin: 0 auto;
	padding: 10px 16px;
	border-radius: 10px;
	line-height: 24px;
	box-shadow: 0 2px 10px 5px rgba(0,0,0,0.15);
}

.item {
	border-radius: 10px;
	margin: 12px auto;
	max-width: 920px;
	box-shadow: 0 2px 10px 5px rgba(0,0,0,0.15);
}

.title {
	border-radius: 10px 10px 0 0;
	font-size: 20px;
	padding: 12px 16px;
	background: rgba(210,210,210,0.87);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.title img {
	vertical-align: middle;
	margin: -3px 2px;
	border-radius: 50%;
	height: 30px;
	width: 30px;
}

.outer {
	border-radius: 0 0 10px 10px;
	background: rgba(255,255,255,0.87);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.inner {
	display: table-row;
}

.image, .info {
	display: table-cell;
}

.image {
	padding: 8px 0 14px 16px;
}

.info {
	line-height: 24px;
	padding: 8px 16px 14px 16px;
}

.image img {
	border-radius: 5px;
	width: 300px;
	height: 169px;
	vertical-align: top;
	box-shadow: 0 2px 5px 2px rgba(0,0,0,0.15);
}

@media only screen and (max-width: 700px) {
	.header {
		font-size: 24px;
	}
	.title {
		font-size: 18px;
	}
	.inner, .image, .info {
		display: block;
	}
	.image {
		padding: 10px 16px;
	}
	.info {
		padding: 0 16px 14px 16px;
	}
}

@media only screen and (max-width: 360px) {
	body {
		margin: 20px 10px;
	}
	.image img {
		height: 144px;
		width: 256px;
	}
}

@media only screen and (max-aspect-ratio: 5/4) {
	body:before {
		background: url(filez/rikka-narrow.jpg) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}