html {
	color: hsl(0, 0%, 20%);
	font-family: 'Bowlby One SC', cursive;
	background-image: url("img/gray-seamless-canvas-texture.jpg")
}

.title {
	font-size: 20px;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#video-container {
	position: absolute;
	width: 400px;
	height: 300px;
}


#label {
	position: absolute;
	z-index: 100;
}