
body {
	margin: 0 auto;
	font-family: 'Mulish', Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	background-color: #101010;
	color: #ddd;
	height: 100%;
	box-sizing: border-box;
}
body > div {
	display: flex;
	flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	font-weight: 400;
	line-height: 1.2;
}

h1 {
	font-size: 2em;
}

code {
	font-family: menlo, inconsolata, monospace;
	font-size: calc(1em - 2px);
	color: #555;
	background-color: #f0f0f0;
	padding: 0.2em 0.4em;
	border-radius: 2px;
}
a,a:visited,a:active {
	color: blueviolet;
	transition: color 300ms;
}
a:hover {
	color: deeppink;
	transition: color 300ms;
}
/* good */
.font1 {
	font-family: 'Abril Fatface', cursive;
}
/* good */
.font2 {
	font-family: 'Cinzel Decorative', cursive;
	font-weight: 900;
}
/* good */
.font3{
	font-family: 'Elsie', cursive;
}
/* good */
.font4 {
	font-family: 'Playball', cursive;
}
/* good */
.font5 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}
/* good */
.font6 {
	font-family: 'Playfair Display', serif;
	font-weight: 800;
}
/* good */
.font7 {
	font-family: 'Nixie One', cursive;
}
/* good */
.font8 {
	font-family: 'Sail', cursive;
}
/* good */
.font9 {
	font-family: 'Cinzel Decorative', cursive;
	font-weight: 400;
}
/* good */
.font10 {
	font-family: 'Cinzel Decorative', cursive;
	font-weight: 700;
}
/* good */
.font11 {
	font-family: 'Life Savers', cursive;
}
/* good */
.font12 {
	font-family: 'Poiret One', cursive;
}
/* sure */
.font13 {
	font-family: 'Forum', cursive;
}
/* sure */
.font14 {
	font-family: 'Fredericka the Great', cursive;
}
/* sure */
.font15 {
	font-family: 'Lobster Two', cursive;
}
/* sure */
.font16 {
	font-family: 'Love Ya Like A Sister', cursive;
}
/* sure */
.font17 {
	font-family: 'Special Elite', cursive;
}
