body {
	margin: 0;
	background-color: black;
}


b {
	font-family: "neue-haas-unica", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: white;
}

b.unica {
	font-family: "neue-haas-unica", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 2.75vw;
	font-size: 2.5vw;
	color: white;
}

h1.bookmania {
	font-family: "bookmania", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 5.5vw;
	line-height: 5.75vw;
	letter-spacing: 0.01vw;
	color: white;
}

p.bookmania {
	font-family: "bookmania", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 2.5vw;
	line-height: 2.75vw;
	letter-spacing: 0.01vw;
	color: white;
}


a {
	text-decoration: none;
	font-family: "neue-haas-unica", sans-serif;
	font-weight: 500;
	font-size: 2.5vw;
	line-height: 2.75vw;
	font-style: normal;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: lime;
}


#container {
	max-width: 80vw;
	margin: 0 auto;
	padding-bottom: 4vh;
	padding-top: 6vh;
}
