html {
	background-color: #060613;
	background-color: black;
	color: white;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

body {
	height: 100%;
	width: 100%;
	display: flex;
	margin: 0px;
	padding: 0px;
	flex-direction:column;
	align-content: space-around;
	flex-wrap: wrap;
}

a {
	text-decoration: none;
	color: white;
}

#title {
	font-size: 200%;
}

/*
#video {
	background-image: url("png/000210.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
*/