body {
	font-family: Merriweather;
	font-size: 100%;
	background-color: lightblue;
}
h1 {
	text-align: center;
	color: midnightblue;
}
h6 {
	font-style: italic;
}
img {
	margin: 3px 15px 7px 0px;
	border: midnightblue;
	align-content: center;
}
h3 {
	text-align: center;
}
h4 {
	text-align: center;
}
table {
	text-align: center;
	border-width: 3px;
	border-style: double;
	border-color: midnightblue;
	color: midnightblue;
}
td,th {
	border-width: 1px;
	border-style: solid;
	border-color: midnightblue;
}
.StickyButton {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 40px;
	background-color: skyblue;
	border-width: 2px;
	border-style: double;
	padding: 10px;
	margin: 8px;
	font-weight: bold;
	color: midnightblue;
}
