
body {
    background-color: #FFD84E;
}

p {
	text-align: center;
    font-family: sans-serif;
}

a{
	color: #000000;
}

a:hover{
	color: #fff;
}

.video-player {
  width: 100%;
  background-color: #000;
  color: #fff;
}

.video-player video {
  width: 100%;  
}


.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* Aspect ratio for a 16:9 video */
  overflow: hidden;
}

.video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}