body {
   background-image: url('SPEAKERS3.jpg');
   background-repeat: no-repeat;
}
h1 {
	border-radius: 25px;
	background-image: linear-gradient(black, #17202A);
  text-align: center;
  color: gold;
  font-family: times;
  font-size: 300%;
   -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
   text-shadow:
   -1px -1px 0 #000;
}
p {
  color: white;
  font-family: brush script MT,
  cursive;
  font-size: 200%;
  text-shadow:
   -1px -1px 0 #000;
   background-color: #2128bb;
}

ul{
	display: grid;
	gap: var(--size-3);
	grid-auto-flow: column;
	grid-auto-columns: 100%;
	
	overflow-x: auto;
	overscroll-behavior-inline: contain;
}

input[type=text], select {
  width: 25%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 25%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

div {
  border-radius: 5px;
  color: #f2f2f2;
  padding: 20px;
}
Video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index:  -2;
}
footer{
  position: inline;  
  bottom: 0;
  width: 100%;
  height: 30px;
  color: #E3F2FD;
  text-shadow: 2PX 2px 5px #80D8FF;
  -webkit-text-stroke-color: black;
  text-align: center;
  background-color: black;
}
