@charset "utf-8";

h4{
	margin-top: 60px;
	text-align: center;
}
.title{
	padding-bottom: 10px;
	font-weight: bold;
}
ol li{
	margin-left: 0px;
}
.top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
}
.top:hover {
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
}