.navbar {
	float: none;
	clear: both;
	margin: 2%;
}

.face {
	background-color: black;
	text-align: center;
	font-family: impact;
	font-size: 30px;
	color: white;
}

#generateVideo {
	height: 50%;
	text-align: center;
}

iframe {
	vertical-align: center;
	width: 300px;
	height: 300px;
}

img {
	width: 200px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
}

img:hover {
	filter: invert(1);
}