body {
	background-color: #1a4143;
	font-family: monospace;
}

.title {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.link {
	color: #000;
	text-decoration: none;
}

.link_title {
	color: #ffa008;
	text-decoration: none;
}

.img:hover {
	transform: scale(1.1);
}

.center {
	text-align: center;
}
