body {
  background-image: url("../images/2achtergrond.png");
  padding: 25px;
  background-repeat: no-repeat;
  background-size: cover;
}


.center {
    display: flex;
    justify-content: center;
    gap: 20px;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
}

li {
	background-color:white;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	font-family: 'Trebuchet MS', sans-serif;
	border-radius: 9px;
}

h2 {
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	color: #ffffff;
}

table, th, td {
  border: 1px solid white;
  top: 1000px;
  background-color: black;
  opacity: 0.9;
	color: white;
	font-family: 'Trebuchet MS', sans-serif;
}

.videocenter {
	text-align: center;
}

iframe {
text-align: center;
border:none;
margin: 10px;
}

form {
	background-color: white;
	width: 30%;
	text-align: center;
	border-radius: 9px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 20px;
	font-family: 'Trebuchet MS', sans-serif;
}

.p2 {
  background-color: white;
  width: 400px;
  border: 5px solid black;
  padding: 15px;
  margin: 30px auto;
  color: black;
  position: fixed;
  font-family: 'Trebuchet MS', sans-serif;
}

.img { 
  float: right;
  margin-left: 15px;
  width: 300px;
  height: 400px;
  margin: 30px auto;
  gap: 50px;
  border: 5px solid black;
}

header {
  background-color: black;
  opacity: 0.5;
  padding: 5px;
  text-align: center;
  font-size: 10px;
  font-family: 'Trebuchet MS', sans-serif;
  color: white;
}

nav {
  background: #ccc;
  padding: 20px;
}

footer {
	opacity: 0.7;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: grey;
   color: white;
   text-align: center;
	font-family: 'Trebuchet MS', sans-serif;
}
