
body {
	margin: 0px 0px;
	font-family: 'Montserrat Alternates', sans-serif;
}

.box_shadow {
	margin: 60px auto;
	box-shadow: 0 0 0 0 rgb(0,0,0);
}

.content {
	margin: 0 auto 100px;
	text-align: center;
	width: 550px;
}

.header {
	background-color: #5C00DE;
	margin-bottom: 0px;
	padding: 25px 25px;
}

#home {
	color: white;
	text-decoration: none;
	font-size: 1.4em;
}

img {
	cursor: pointer;
}

#quote {
	font-size: 1.6em;
	margin-bottom: 25px;
	line-height: 120%;
}

#source {
	font-size: 1.1em;
	margin-top: 15px;
}

.text_shadow {
	text-shadow: 0px 0px 0px rgb(0,0,0);
	cursor: pointer;
	margin-bottom: 20px;
}