/*article {
 	margin-left: 31.5%;
}

.video_h {
 	margin-left: 40px;
 	margin-top: 15%;
}

article li {
	line-height: 2;
	list-style-type: none;
}*/


.main article {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
}

.main article div.list {
	display: -webkit-flex;
	display: flex;
	justify-content: baseline;
	align-items: baseline;
	flex-direction: column;
	margin: auto;
}

.main article div.list h3.h {
	margin-bottom: 20px;
}

.main article div.list ul{
	padding: 0;
	margin: 0;
}

.main article div.list ul li {
	list-style-type: none;
}
html {
	background-color: black;
	color: #cccccc;
	font-family: verdana, sans-serif;
	font-size: 11pt;
	min-height: 100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}