* {
	margin: 0;
	padding: 0;
}

a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

body {
	background: black;
	color: white;
	font-family: sans-serif;
	font-size: 1em;
}

h1, p, .video {
	color: white;
	margin: 0.4em;
	text-align: center;
}
