*, *::before, *::after {
	box-sizing: border-box;
}
  
body {
	margin: 0;
	background-color: #141414;
}

.vidAppContainer {
	margin: auto;
	text-align: center;
}

.title {
	color: #fc088f;
	text-align: center;
}

  
.video-container {
	width: 90%;
	max-width: 1000px;
	display: flex;
	justify-content: center;
	margin-inline: auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	padding-bottom: 10px;

}

video {
	width: 100%;
}

.separator {
	font-size: 20px;
	color: lightblue;
	display: flex;
	justify-content: center;
}

.space {
	margin: 50px;
}
