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

h1
{
	font-size: 250%;
	color: white;
	text-align: center;
}

h2
{
	color:#e6e6e6;
	font-size: 200%;
	text-align: center;
}

h3, h4
{
	color: white;
	text-align: center;
}

.profile_img
{
	width: 10%;
	height: 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;
	}
	.profile_img
	{
		width: 40%;
		height: 60%;
	}	
	.button
	{
		background-color: #BEBEBE;
		color: black;
		font-size 180%;
		border-radius: 3px;
		margin: 5px;
	}
	b
	{
		font-size: 180%;
		font-weight: normal;
	}
	h3, h4
	{
		color: white;
		font-size: 150%;
		text-align: center;
	}
}

.footer1
{
	font-size: 70%;
	color: #e6e6e6;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2.5rem;
	text-decoration: none;
}

