/*
	CSS sheet for the headphone section
	Changes may be made in .html and not carried over to CSS
	(i'm bad at this)
*/
body {
    background-color: #323232;
}

h2 {
	text-align: center;
	font-family: Arial;
	color: #ffffff;
}

img {
	display: block;
	margin: auto;
	width: 50%;
}

div {
	text-align: center;
	
}

p {
	font-weight: bold;
	font-variant: small-caps;
	font-family: "Comic Sans MS";
	color: #ffffff;
}

a {
	margin: 10px;
	font-family: Arial;
	color: #add8e6;
}
