body {
	font-family: Lato, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 400;
	color: black;
	background-color: lightyellow;
	background-size: 25px 25px;
	background-image:
		linear-gradient(to right, grey 1px, transparent 1px),
		linear-gradient(to bottom, grey 1px, transparent 1px);
	margin-top: 20px;
}
h1 {
	font-family: "Racing Sans One", "Arial", sans-serif;
	text-align: center;
	font-size: 42px;
    font-weight: 400;
    font-style: normal;
	letter-spacing: 1px;
	line-height: 0.9;
	margin: 6px;
	color: black;
}
h2 {
	font-family: Lato, "Arial", sans-serif;
	font-size: 28px;
    font-weight: 900;
    font-style: italic;
	margin: 10px;
	color: black;
}
h3 {
	font-family: Lato, "Arial", sans-serif;
	font-size: 24px;
	font-weight: 700;
    font-style: normal;
	margin: 10px;
	color: black;
}
p {
	margin: 10px;
}
p a:link {
	text-decoration: none;
}
p a:visited {
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
.button {
	display: inline-block;
	width: 90px;
	padding: 6px;
	background: black;
	font-size: 18px;
	color: white;
	border-radius: 20px;
	margin: 2px;
}
.content {
	text-align: center;
	max-width: 960px;
	margin: auto;
}
.footer {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 50px;
	width: 100%;
	color: black;
/*	background-color: lightyellow;*/
}
.footer p {
	font-size: 16px;
}
.footer p a:link {
	color: black;
	text-decoration: none;
}
.footer p a:visited {
	color: black;
	text-decoration: none;
}
.footer p a:hover {
	text-decoration: underline;
}