/* CSS Document */

body {
	background-color: #EA008B
}

.intro p {
	font: 2.2rem/2.5rem 'Zilla Slab', serif;
	color: #fff;
	font-weight: 400;
}

.intro p.lead strong {
	font-weight: 600;
	color: yellow;
}
a:link, a:visited {
	color: yellow;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
@media (max-width: 480px) {
	.intro p {
		font: 1.8rem/1.8rem 'Zilla Slab', serif;
		
	
	}
}

.buy {
	font: 1.4rem/1.4rem 'Zilla Slab', serif;
}