video {
  display: block;
  margin: 0 auto; /* Centers the video horizontally */
  border: 3px solid black; /* Adds a black border around the video player */
  box-shadow: 4px 4px 10px rgba(0,0,0,0.5); /* Adds subtle shadow around the video */
}

h2.center {
	text-align: center;
	font-size: 1.5rem;
	margin: auto;
}
h2.left {
	text-align: left;
	font-size: 1.5rem;
	margin-left: 14%;
}