*, html{
	margin:0px;
	padding: 0px;
}

body{
	width: 100%;
	height: 100%;
	background: #000;
	color: #fff;
	font-family: verdana;
	font-size: 18px;
}

.flex{
	display: flex;
	justify-content: center;
	align-items: stretch; align-content: stretch;
}