body {
	font-family: 'Raleway', sans-serif;
}

#sale {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 8px;
}

#sale .domain {
	font-weight: 700;
}

#sale a {
	color: #999;
	text-decoration: none;
}

header {
	display: flex;
	background-color: #f2f2f2;
	text-align: center;
	height: 10rem;
	align-items: center;
	justify-content: center;
}

h1 {
	font-family: 'Righteous', sans-serif;
	font-family: 'Audiowide', sans-serif;
	text-transform: uppercase;
}

h1 span {
	color: #31d654;
}

.item {
	display: block;
	max-width: 800px;
	padding: 0.75rem 1rem;
	margin: 2rem auto;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 0 0 1px rgba(0,0,0,.08);
	transition: box-shadow .25s;
	text-decoration: none;
}

.item:hover {
	box-shadow: 0 0 0 1px rgba(0,0,0,.08), 0 1px 4px 2px rgba(0,0,0,.05);
}

.item:hover .title h2 {
	text-decoration: underline;
}

.item .source {
	color: #767676;
	font-size: 0.75rem;
	margin-bottom: 0.5rem;
}

.item .source img {
	height: 1.5rem;
	vertical-align: -0.5rem;
}

.item .title {
	color: #333;
}

.item .title h2 {
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0;
}

.item .description {
	font-size: 0.9rem;
	margin-top: 0.75rem;
	color: #666;
}

.item .image-container {
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 0.5rem;
}

.item .image-container img {
	display: block;
	width: 100%;
}

footer {
	text-align: center;
	font-size: 0.75rem;
}

footer img {
	height: 2.2rem;
	vertical-align: -0.8rem;
}
