.title {
	background-image: linear-gradient(-225deg, #2CD8D5 0%, #C5C1FF 56%, #FFBAC3 100%);
	text-align: center;
	padding-top: 100px;
}

.title > img {
	max-width: 90%
}

.features {
	width: 100%;
	background: white;
}

.feature {
	padding: 50px 0px;
	overflow: hidden;
}

.screenshot {
	padding: 50px 0px 0px 0px;
}

.side-feature {
	max-width: 800px;
	margin: auto;
}

.side-feature > img {
	float: right;
}

.side-feature > *:not(img) {
	float: left;
	max-width: 50%;
}

.inversed > img {
	float: left;
}

.inversed > *:not(img) {
	float: right;
}

.plugins, .center {
	text-align: center;
}

.plugins > img {
	height: 100px;
	padding: 40px 20px 0px 20px;
}

.body {
	max-width: 700px;
	margin: auto;
	margin-top: 100px;
}

.footer {
	padding: 50px 0;
	text-align: center;
	font-size: 13px;
}

.dlAllLink {
	font-size: 12px;
	color: #444;
}

.dlAllLink:hover {
	color: #666;
	text-decoration: none;
}

.hide {
	display: none
}