body {
    font-family: Arial, sans-serif;
    height:100%;
    margin: 0;
    padding: 0;
    background-color: #000000;
}

header {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

section {
    padding: 20px;
    margin: 20px;
    background-color: #fff;
    border-radius: 8px;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position:absolute; 
    height: auto;
    max-width: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Add some content at the bottom of the video/page */
.content1 {
  position: fixed;
  bottom: 40%;

  color: #f1f1f1;
  width: 100%;
  padding: 20px;  
}

a:link {
  color: white;
  text-decoration: none;
}
