/*======================================

- KEY, a social media portal
- Author: Shinju
- Author URI: http://snow-heart.net

======================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: fff;
	font: 9pt/170% 'Roboto', sans-serif;
	color: #282828;
}

#main {
	top: 50px;
	left: 60px;
	position: relative;
	width: 420px;
}

h1 {
	font: 50pt/100%'Abril Fatface', serif;
	color: #000;
	margin-bottom: 40px;
}

h1 span {
	color: #8B1A1A;
}

p {
	margin: 10px 0;
	text-transform: uppercase;
}

b, strong {
	color: #8B2500;
}

p em {
	color: #CD9B9B;
}

.pink {
	background: #282828;
	padding: 2px 4px;
	color: #FFC0CB;
}

ul {
	text-transform: uppercase;
}

ul li {
	display: inline;
}

ul li:first-child::before {
	content: "\1F517 \00a0";
	font-weight: bold;
}

ul li::after {
	content: "\00a0 \2044";
}

ul li:last-child::after {
	content: "";
}

#main a {
	color: #8B0000;
	text-decoration: none;
}

#main a:hover {
	border-bottom: 3px solid #000;
}