
body {
	font-family: 'Ovo', Helvetica, sans-serif;
  	/*font-size: 2rem;*/
  	line-height: 1rem;
  	margin: 0;
  	position: relative;
  	top: 0;
  	left: 0;
    width: 100%;
}

.serious p {
	width:50%;
	float: left;
}

.silly {
	width:40%;
	float: left;
}

.linked {
	text-decoration: underline;
	color: black;
}

.linked:hover {
	color: #55c2d6;
}

h1 {
	padding-top: 1.4rem;
	font-size: 4.6em;
	font-family: 'Playfair Display', Helvetica, sans-serif;
	line-height: 1.3em;
	font-weight: normal;
	padding-bottom: 1rem;
}

h1:hover {
	color: #55c2d6;
}

ul {
	list-style-type: none;
	width: 100%;
}

li {
	display: inline-block;
}

p {
	font-size: .9em;
	line-height: 1.8em;"
}
