.inf{
	text-align: center;
	-webkit-text-stroke: 2px black;
	font-size: 38px;
	color: rgb(0, 199, 166);
}

.pagesList{
	text-align: center;
	list-style-position: inside;
	font-size: 25px;
	padding: 5px;
}
.pagesList a{
	color: rgb(0, 110, 255);
}
.pagesList li{
	margin: 50px;
	color: rgb(20, 0, 169);
}

.mainPage{
	position: fixed;
	height: 60px;
	width: 60px;
	top: 10px;
	left: 10px;
	background-color: rgb(54, 161, 165);
	cursor: pointer;
	border: 1px solid black;
	font-weight: bolder;
	border-radius: 100%;
	z-index: 9999;
}