body
{
	background-color: #a86b6b;
	text-align: center;
}

h1, h2, h3, h4, h5
{
	color: #f5f0eb;
	text-align: centre;
}

h1 a
{
	color: #f5f0eb;
	text-decoration: none;
}

h1 a:hover
{
	text-decoration: underline;
}

.content
{
	max-width: 900px;
	margin: 100px auto;
	padding: 50px;
	background-color: #1a0a0d; 
}

i, blockquote, dd, tr, td, b
{
	color: #e6e6e6;
}

p
{
	font-size: 18px;
	color: #e6e6e6;
}	

.footer1
{
	font-size: 70%;
	color: #e6e6e6;
}

.long_hair_img
{
	max-height: 25%;
	max-width: 25%;
	height: auto;
	width: auto;
}

.meme_img
{
	max-height: 25%;
	max-width: 25%;
	height: auto;
	width: auto;
}

.standard_img
{
	max-height: 25%;
	max-width: 25%;
	height: auto;
	width: auto;
}

@media(max-width: 600px)
{
	.standard_img
	{
		max-height: 100%;
		max-width: 100%;
		height: auto;
		width: auto;
	}
	p, b, i 
	{
		font-size: 120%;
	}
}

.center
{
	margin-left: auto;
	margin-right: auto;
}

button p, button b
{
	color: black;
}
