#TopLeftPhoto {
  color: red;
  border:20px solid red; 
  width: 20%;
  max-height:90% ;
  float: left;
  clear: right;
}


#TopRightPhoto {
  color: red;
  border:20px solid red; 
  width: 20%;
  max-height:90% ;
  float: right;
}

a > img {
  max-width: 95%;
  height: auto;
  border: 10px solid black; 
}

body {
  background-color: lightblue;
}

p {	
   width: 100%;
	clear: left;
	text-align: center;
	font-size: 25px;
	}


video {
  display: block; /* Important: Ensures the video behaves as a block element */
  /* margin: 0 auto;*/  /* Centers horizontally by setting equal left and right margins */
}

table{
	text-align: left;
	font-size: 25px;
	margin: 0 auto;
}