body {
	background: black;
	color: white;
	text-align: center;
	font-family: 'Neucha';
}

h1 {
	font-family: 'Love Ya Like A Sister';
}

a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #ffbb00;
	text-decoration: none;
	cursor: default;
}

.is-flavourtext {
	font-family: 'Amatic SC';
}